Uses of Class
io.jans.as.model.crypto.signature.RSAPublicKey
-
Packages that use RSAPublicKey Package Description io.jans.as.model.crypto io.jans.as.model.crypto.signature io.jans.as.model.jws -
-
Uses of RSAPublicKey in io.jans.as.model.crypto
Methods in io.jans.as.model.crypto that return RSAPublicKey Modifier and Type Method Description RSAPublicKey
Certificate. getRsaPublicKey()
Returns RSA Public Key from X509 Certificate. -
Uses of RSAPublicKey in io.jans.as.model.crypto.signature
Methods in io.jans.as.model.crypto.signature that return RSAPublicKey Modifier and Type Method Description RSAPublicKey
RSAKeyFactory. getPublicKey()
Deprecated. -
Uses of RSAPublicKey in io.jans.as.model.jws
Constructors in io.jans.as.model.jws with parameters of type RSAPublicKey Constructor Description RSASigner(SignatureAlgorithm signatureAlgorithm, RSAPublicKey rsaPublicKey)
-