A B C D E F G H I J K L M N O P R S T U V W X

E

ENC_TKT_IN_SKEY - Static variable in class com.dstc.security.kerberos.KDCOptions
Flag to request that a requested ticket be encrypted in the session key from an accompanying TGT.
encode(X509Certificate[]) - Static method in class com.dstc.security.pki.CertUtil
Returns the raw DER encoding of an array of X509Certificate objects in pkcs#7 format.
encode(X509CRL[]) - Static method in class com.dstc.security.pki.CertUtil
Returns the raw DER encoding of an array of X509CRL objects in pkcs#7 format.
ENCRYPT_MODE - Static variable in class javax.crypto.Cipher
 
encrypt() - Method in class com.dstc.security.cms.CMSCipher
Encrypts the previously supplied data and returns a CMSTypedDataInputStream from which the CMS enveloped data can be read.
encrypt() - Method in class com.dstc.security.smime.SMIMECipher
Encrypts the previously set MimeMessage, and if successful returns a MimeMessage encapsulating a representation of the encrypted message.
encrypt(char[]) - Method in class com.dstc.security.keymanage.SSLeayEncryptedPrivateKey
Encrypts the SSLeayEncryptedPrivateKey object using the given password.
encrypt(char[]) - Method in class com.dstc.security.keymanage.PKCS8EncryptedPrivateKey
Encrypt the PKCS8EncryptedPrivateKey object using the given password.
encrypt(PBEKeySpec) - Method in class com.dstc.security.keymanage.PKCS8EncryptedPrivateKey
Encrypt the PKCS8EncryptedPrivateKey object using the PBEKeySpec object.
EncryptedPart - interface com.dstc.security.kerberos.msg.EncryptedPart.
An interface to be implemented by Kerberos messages or data structures which have an encrypted part.
EncryptionKey - interface com.dstc.security.kerberos.EncryptionKey.
An interface to a Kerberos encryption key, which includes a key type, and a key value.
encryptionType() - Method in interface com.dstc.security.kerberos.msg.EncryptedPart
Returns the encryption type for this EncryptedPart.
encTicketInSessionKey() - Method in class com.dstc.security.kerberos.KDCOptions
Returns true if the ENC-TKT-IN-SKEY option is set in this KDCOptions
engineDoFinal() - Method in class javax.crypto.MacSpi
Completes the MAC computation and resets the MAC for further use, maintaining the secret key that the MAC was initialized with.
engineDoFinal(byte[], int, int) - Method in class javax.crypto.CipherSpi
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
engineDoFinal(byte[], int, int, byte[], int) - Method in class javax.crypto.CipherSpi
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
engineDoPhase(Key, boolean) - Method in class javax.crypto.KeyAgreementSpi
Executes the next phase of this key agreement with the given key that was received from one of the other parties involved in this key agreement.
engineGenerateKey() - Method in class javax.crypto.KeyGeneratorSpi
Generates a secret key.
engineGenerateSecret() - Method in class javax.crypto.KeyAgreementSpi
Generates the shared secret and returns it in a new buffer.
engineGenerateSecret(byte[], int) - Method in class javax.crypto.KeyAgreementSpi
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset.
engineGenerateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactorySpi
Generates a SecretKey object from the provided key specification (key material).
engineGenerateSecret(String) - Method in class javax.crypto.KeyAgreementSpi
Creates the shared secret and returns it as a secret key object of the requested algorithm type.
engineGetBlockSize() - Method in class javax.crypto.CipherSpi
Returns the block size (in bytes).
engineGetIV() - Method in class javax.crypto.CipherSpi
Returns the initialization vector (IV) in a new buffer.
engineGetKeySpec(SecretKey, Class) - Method in class javax.crypto.SecretKeyFactorySpi
Returns a specification (key material) of the given key object in the requested format.
engineGetMacLength() - Method in class javax.crypto.MacSpi
Returns the length of the MAC in bytes.
engineGetOutputSize(int) - Method in class javax.crypto.CipherSpi
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next update or doFinal operation, given the input length inputLen (in bytes).
engineGetParameters() - Method in class javax.crypto.CipherSpi
Returns the parameters used with this cipher.
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class javax.crypto.KeyGeneratorSpi
Initializes the key generator with the specified parameter set and a user-provided source of randomness.
engineInit(int, Key, AlgorithmParameterSpec, SecureRandom) - Method in class javax.crypto.CipherSpi
Initializes this cipher with a key, a set of algorithm parameters and a source of randomness.
engineInit(int, Key, AlgorithmParameters, SecureRandom) - Method in class javax.crypto.CipherSpi
Initializes this cipher with a key, a set of algorithm parameters and a source of randomness.
engineInit(int, Key, SecureRandom) - Method in class javax.crypto.CipherSpi
Initializes this cipher with a key and a source of randomness.
engineInit(int, SecureRandom) - Method in class javax.crypto.KeyGeneratorSpi
Initializes this key generator for a certain strength, using the given source of randomness.
engineInit(Key, AlgorithmParameterSpec) - Method in class javax.crypto.MacSpi
Initializes the MAC with the given (secret) key and algorithm parameters.
engineInit(Key, AlgorithmParameterSpec, SecureRandom) - Method in class javax.crypto.KeyAgreementSpi
Initializes this key agreement with the given key, set of algorithm parameters, and source of randomness.
engineInit(Key, SecureRandom) - Method in class javax.crypto.KeyAgreementSpi
Initializes this key agreement with the given key and source of randomness.
engineInit(SecureRandom) - Method in class javax.crypto.KeyGeneratorSpi
Initializes the key generator.
engineReset() - Method in class javax.crypto.MacSpi
Resets the MAC for further use, maintaining the secret key that the MAC was initialized with.
engineSetMode(String) - Method in class javax.crypto.CipherSpi
Sets the mode of this cipher.
engineSetPadding(String) - Method in class javax.crypto.CipherSpi
Sets the padding mechanism of this cipher.
engineTranslateKey(SecretKey) - Method in class javax.crypto.SecretKeyFactorySpi
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
engineUpdate(byte) - Method in class javax.crypto.MacSpi
Processes the given byte.
engineUpdate(byte[], int, int) - Method in class javax.crypto.MacSpi
Processes the first len bytes in input, starting at offset.
engineUpdate(byte[], int, int) - Method in class javax.crypto.CipherSpi
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
engineUpdate(byte[], int, int, byte[], int) - Method in class javax.crypto.CipherSpi
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
ENVELOPED_DATA - Static variable in class com.dstc.security.cms.CMSTypedDataInputStream
Content type for CMS enveloped data
EnvelopedData - interface com.dstc.security.cms.EnvelopedData.
An interface to data "enveloped" (that is, encrypted) according to the CMS specification.
equalDN(Principal, Principal) - Method in class com.dstc.security.ssl.OptimisticCRLChecker
Compare two X.500 Distinguished Names for equality.
equals(GSSName) - Method in interface org.ietf.jgss.GSSName
Compares two GSSName objects to determine if they refer to the same entity.
equals(Object) - Method in class javax.crypto.spec.SecretKeySpec
Overides equals() in Object superclass
equals(Object) - Method in class javax.security.cert.Certificate
Compares this certificate for equality with the specified object.
equals(Object) - Method in interface org.ietf.jgss.GSSName
Compares this GSSName object to another Object that might be a GSSName.
equals(Object) - Method in class org.ietf.jgss.ChannelBinding
Compares two instances of ChannelBinding.
equals(Object) - Method in class org.ietf.jgss.Oid
Tests if two Oid objects represent the same object identifier value.
equals(Object) - Method in interface org.ietf.jgss.GSSCredential
Tests if this GSSCredential asserts the same entity as the supplied object.
export() - Method in interface org.ietf.jgss.GSSName
Returns a canonical contiguous byte representation of a mechanism name (MN), suitable for direct, byte by byte comparison by authorization functions.
export() - Method in interface org.ietf.jgss.GSSContext
Exports this context so that another process may import it..

A B C D E F G H I J K L M N O P R S T U V W X