Class VaultPrivateKey
java.lang.Object
org.honton.chas.jca.vault.provider.VaultKey
org.honton.chas.jca.vault.provider.VaultPrivateKey
- All Implemented Interfaces:
Serializable,Key,PrivateKey,Destroyable
- Direct Known Subclasses:
VaultEcdsaPrivateKey,VaultRsaPrivateKey
- See Also:
-
Field Summary
Fields inherited from interface java.security.Key
serialVersionUIDFields inherited from interface java.security.PrivateKey
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyedMethods inherited from interface java.security.Key
getAlgorithm, getFormat
-
Constructor Details
-
VaultPrivateKey
-
-
Method Details
-
noExport
protected static <T> T noExport() -
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-