Uses of Class
io.jans.as.model.crypto.PrivateKey
-
Packages that use PrivateKey Package Description io.jans.as.model.crypto io.jans.as.model.crypto.signature -
-
Uses of PrivateKey in io.jans.as.model.crypto
Classes in io.jans.as.model.crypto with type parameters of type PrivateKey Modifier and Type Class Description class
Key<E extends PrivateKey,F extends PublicKey>
class
KeyFactory<E extends PrivateKey,F extends PublicKey>
Factory to create asymmetric Public and Private Keys -
Uses of PrivateKey in io.jans.as.model.crypto.signature
Subclasses of PrivateKey in io.jans.as.model.crypto.signature Modifier and Type Class Description class
ECDSAPrivateKey
The Private Key for the Elliptic Curve Digital Signature Algorithm (ECDSA)class
EDDSAPrivateKey
Edwards Curve Digital Signature Algorithm (EDDSA) Private Keyclass
RSAPrivateKey
The Private Key for the RSA Algorithm
-