Package org.bouncycastle.crypto
Interface SecretWithEncapsulation
-
public interface SecretWithEncapsulation
Interface describing secret with encapsulation details.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getEncapsulation()
Return the data that carries the secret in its encapsulated form.byte[]
getSecret()
Return the secret associated with the encapsulation.
-