public class Pkcs8EncryptedPrivateKeyInfo
Public Class Pkcs8EncryptedPrivateKeyInfo
public ref class Pkcs8EncryptedPrivateKeyInfo
Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo = function();
Type.createClass(
'Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo');
Pkcs8EncryptedPrivateKeyInfo(Byte) | Base constructor from a BER encoding of a PKCS#8 EncryptedPrivateKeyInfo object. |
Pkcs8EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfo) | Base constructor from a PKCS#8 EncryptedPrivateKeyInfo object. |
DecryptPrivateKeyInfo | Get a decryptor from the passed in provider and decrypt the encrypted private key info, returning the result. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetEncoded | Return a binary ASN.1 encoding of the EncryptedPrivateKeyInfo structure in this object. |
GetEncryptedData | Returns a copy of the encrypted data in this structure. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToAsn1Structure | Returns the underlying ASN.1 structure inside this object. |
ToString | Returns a string that represents the current object. (Inherited from Object) |