public final class JWK extends Object
Representation of a RSA public key in JSON Web Key (JWK) format.
Class is immutable. @Immutable
Constructor and Description |
---|
JWK(String kid,
String n,
String e) |
JWK(String kid,
String n,
String e,
String type,
String algorithm,
String use) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getKeyId() |
String |
getKeyType() |
String |
getModulus()
base64url encoded
|
String |
getPublicExponent()
base64url encoded
|
String |
getPublicKeyUse() |
public String getKeyType()
public String getPublicKeyUse()
public String getAlgorithm()
public String getKeyId()
public String getModulus()
base64url encoded
public String getPublicExponent()
base64url encoded
Copyright © 2016–2024. All rights reserved.