Uses of Interface
io.jans.as.model.common.JSONable
-
Packages that use JSONable Package Description io.jans.as.model.crypto io.jans.as.model.crypto.signature -
-
Uses of JSONable in io.jans.as.model.crypto
Classes in io.jans.as.model.crypto that implement JSONable Modifier and Type Class Description class
Key<E extends PrivateKey,F extends PublicKey>
class
PrivateKey
The Private Key for Cryptography algorithmsclass
PublicKey
The Public Key for Cryptography algorithms -
Uses of JSONable in io.jans.as.model.crypto.signature
Classes in io.jans.as.model.crypto.signature that implement JSONable Modifier and Type Class Description class
ECDSAPrivateKey
The Private Key for the Elliptic Curve Digital Signature Algorithm (ECDSA)class
ECDSAPublicKey
The Public Key for the Elliptic Curve Digital Signature Algorithm (ECDSA)class
EDDSAPrivateKey
Edwards Curve Digital Signature Algorithm (EDDSA) Private Keyclass
EDDSAPublicKey
Edwards Curve Digital Signature Algorithm (EDDSA) Public Keyclass
RSAPrivateKey
The Private Key for the RSA Algorithmclass
RSAPublicKey
The Public Key for the RSA Algorithm
-