Class VaultRsaPrivateKey
java.lang.Object
org.honton.chas.jca.vault.provider.VaultKey
org.honton.chas.jca.vault.provider.VaultPrivateKey
org.honton.chas.jca.vault.provider.signature.rsa.VaultRsaPrivateKey
- All Implemented Interfaces:
Serializable,RSAKey,RSAPrivateKey,Key,PrivateKey,Destroyable
- See Also:
-
Field Summary
Fields inherited from interface java.security.Key
serialVersionUIDFields inherited from interface java.security.PrivateKey
serialVersionUIDFields inherited from interface java.security.interfaces.RSAPrivateKey
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.honton.chas.jca.vault.provider.VaultPrivateKey
getEncoded, noExportMethods 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
getEncoded
-
Constructor Details
-
VaultRsaPrivateKey
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getModulus
- Specified by:
getModulusin interfaceRSAKey
-
getPrivateExponent
- Specified by:
getPrivateExponentin interfaceRSAPrivateKey
-