Javax.Crypto.EncryptedPrivateKeyInfo: Method Members

The methods of Javax.Crypto.EncryptedPrivateKeyInfo are listed below. For a list of all members, see the EncryptedPrivateKeyInfo Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetEncoded() : byte[]
Returns the ASN.1 encoded representation of this object.
GetEncryptedData() : byte[]
Returns the encrypted data of this key.
GetKeySpec(Java.Security.IKey) : Java.Security.Spec.PKCS8EncodedKeySpec
Returns the PKCS8EncodedKeySpec object extracted from the encrypted data.
GetKeySpec(Cipher) : Java.Security.Spec.PKCS8EncodedKeySpec
Returns the PKCS8EncodedKeySpec object extracted from the encrypted data.
GetKeySpec(Java.Security.IKey, Java.Security.Provider) : Java.Security.Spec.PKCS8EncodedKeySpec
Returns the PKCS8EncodedKeySpec object extracted from the encrypted data.
GetKeySpec(Java.Security.IKey, string) : Java.Security.Spec.PKCS8EncodedKeySpec
Returns the PKCS8EncodedKeySpec object extracted from the encrypted data.