Modifier and Type | Method and Description |
---|---|
SupportedEllipticCurve |
getEllipticCurve()
The elliptic curve this JWK is on.
|
boolean |
isPublicKeyValid()
Determines whether the public key is a valid point on the underlying elliptic curve.
|
ECPublicKey |
toECPublicKey()
Converts the public claims in the JWK into a public key object.
|
KeyPair |
toKeyPair()
Converts the JWK to a key pair.
|
PublicKey |
toPublicKey()
Converts the public claims in the JWK into a public key.
|
boolean isPublicKeyValid()
ECPublicKey toECPublicKey()
PublicKey toPublicKey()
KeyPair toKeyPair()
SupportedEllipticCurve getEllipticCurve()
Copyright © 2010-2018, ForgeRock All Rights Reserved.