Package io.airlift.security.jwks
Class JwkEcPublicKey
java.lang.Object
io.airlift.security.jwks.JwkEcPublicKey
- All Implemented Interfaces:
JwkPublicKey,Serializable,AsymmetricKey,ECKey,ECPublicKey,Key,PublicKey
- See Also:
-
Field Summary
Fields inherited from interface java.security.interfaces.ECPublicKey
serialVersionUIDFields inherited from interface java.security.PublicKey
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JwkEcPublicKey
-
-
Method Details
-
getKeyId
- Specified by:
getKeyIdin interfaceJwkPublicKey
-
getParams
- Specified by:
getParamsin interfaceAsymmetricKey- Specified by:
getParamsin interfaceECKey- Specified by:
getParamsin interfaceECPublicKey
-
getW
- Specified by:
getWin interfaceECPublicKey
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
writeReplace
- Throws:
ObjectStreamException
-