java.io.Serializable, java.security.Key, javax.crypto.SecretKey, javax.security.auth.Destroyablepublic final class ABFSKey
extends java.lang.Object
implements javax.crypto.SecretKey
| Constructor | Description |
|---|---|
ABFSKey(byte[] bytes) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
destroy() |
|
java.lang.String |
getAlgorithm() |
|
byte[] |
getEncoded() |
This method to be called by implementations of EncryptionContextProvider interface.
|
java.lang.String |
getFormat() |
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic void destroy()
destroy in interface javax.security.auth.DestroyableCopyright © 2008–2025 Apache Software Foundation. All rights reserved.