Package io.trino.server.security.jwt
Class JwkDecoder.JwkEcPublicKey
java.lang.Object
io.trino.server.security.jwt.JwkDecoder.JwkEcPublicKey
- All Implemented Interfaces:
JwkDecoder.JwkPublicKey,Serializable,ECKey,ECPublicKey,Key,PublicKey
- Enclosing class:
JwkDecoder
public static class JwkDecoder.JwkEcPublicKey
extends Object
implements JwkDecoder.JwkPublicKey, ECPublicKey
- 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 interfaceJwkDecoder.JwkPublicKey
-
getParams
-
getW
- Specified by:
getWin interfaceECPublicKey
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-