public class JwkRsaPublicKey extends Object implements JwkPublicKey, RSAPublicKey
serialVersionUID| Constructor and Description |
|---|
JwkRsaPublicKey(String keyId,
BigInteger exponent,
BigInteger modulus) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
String |
getKeyId() |
BigInteger |
getModulus() |
BigInteger |
getPublicExponent() |
public JwkRsaPublicKey(String keyId, BigInteger exponent, BigInteger modulus)
public String getKeyId()
getKeyId in interface JwkPublicKeypublic BigInteger getModulus()
getModulus in interface RSAKeypublic BigInteger getPublicExponent()
getPublicExponent in interface RSAPublicKeypublic String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface KeyCopyright © 2010–2021 Airlift. All rights reserved.