public interface SecretWithEncapsulation
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncapsulation()
Return the data that carries the secret in its encapsulated form.
|
byte[] |
getSecret()
Return the secret associated with the encapsulation.
|