Package io.jans.as.model.crypto
Class PrivateKey
java.lang.Object
io.jans.as.model.crypto.PrivateKey
- All Implemented Interfaces:
JSONable
- Direct Known Subclasses:
ECDSAPrivateKey,EDDSAPrivateKey,RSAPrivateKey
The Private Key for Cryptography algorithms
- Version:
- June 25, 2016
- Author:
- Javier Rojas Blum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeyId()voidvoidsetSignatureAlgorithm(SignatureAlgorithm signatureAlgorithm) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jans.as.model.common.JSONable
toJSONObject
-
Constructor Details
-
PrivateKey
public PrivateKey()
-
-
Method Details
-
getKeyId
-
setKeyId
-
getSignatureAlgorithm
-
setSignatureAlgorithm
-