Package io.airlift.security.jwks
Class JwkRsaPublicKey
java.lang.Object
io.airlift.security.jwks.JwkRsaPublicKey
- All Implemented Interfaces:
JwkPublicKey,Serializable,RSAKey,RSAPublicKey,Key,PublicKey
- See Also:
-
Field Summary
Fields inherited from interface java.security.PublicKey
serialVersionUIDFields inherited from interface java.security.interfaces.RSAPublicKey
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JwkRsaPublicKey
-
-
Method Details
-
getKeyId
- Specified by:
getKeyIdin interfaceJwkPublicKey
-
getModulus
- Specified by:
getModulusin interfaceRSAKey
-
getPublicExponent
- Specified by:
getPublicExponentin interfaceRSAPublicKey
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-