Uses of Class
io.jans.as.model.crypto.PublicKey
-
Packages that use PublicKey Package Description io.jans.as.model.crypto io.jans.as.model.crypto.signature io.jans.as.model.util -
-
Uses of PublicKey in io.jans.as.model.crypto
Classes in io.jans.as.model.crypto with type parameters of type PublicKey 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 KeysMethods in io.jans.as.model.crypto that return PublicKey Modifier and Type Method Description PublicKey
Certificate. getPublicKey()
Returns Public Key from X509 Certificate. -
Uses of PublicKey in io.jans.as.model.crypto.signature
Subclasses of PublicKey in io.jans.as.model.crypto.signature Modifier and Type Class Description class
ECDSAPublicKey
The Public Key for the Elliptic Curve Digital Signature Algorithm (ECDSA)class
EDDSAPublicKey
Edwards Curve Digital Signature Algorithm (EDDSA) Public Keyclass
RSAPublicKey
The Public Key for the RSA Algorithm -
Uses of PublicKey in io.jans.as.model.util
Methods in io.jans.as.model.util that return PublicKey Modifier and Type Method Description static PublicKey
JwtUtil. getPublicKey(String jwksUri, String jwks, SignatureAlgorithm signatureAlgorithm, String keyId)
-