public interface SecretWithEncapsulation
extends javax.security.auth.Destroyable
| 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.
|