ISecretWithEncapsulationGetEncapsulation Method

Return the data that carries the secret in its encapsulated form.

Definition

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

Return Value

Byte
the encapsulation of the secret.

See Also