Pkcs8EncryptedPrivateKeyInfoGetEncoded Method

Return a binary ASN.1 encoding of the EncryptedPrivateKeyInfo structure in this object.

Definition

Namespace: Org.BouncyCastle.Pkcs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public byte[] GetEncoded()

Return Value

Byte
A byte array containing the encoded object.

See Also