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 classKey<E extends PrivateKey,F extends PublicKey>classPrivateKeyThe Private Key for Cryptography algorithmsclassPublicKeyThe 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 classECDSAPrivateKeyThe Private Key for the Elliptic Curve Digital Signature Algorithm (ECDSA)classECDSAPublicKeyThe Public Key for the Elliptic Curve Digital Signature Algorithm (ECDSA)classEDDSAPrivateKeyEdwards Curve Digital Signature Algorithm (EDDSA) Private KeyclassEDDSAPublicKeyEdwards Curve Digital Signature Algorithm (EDDSA) Public KeyclassRSAPrivateKeyThe Private Key for the RSA AlgorithmclassRSAPublicKeyThe Public Key for the RSA Algorithm
-