Class RSAPublicKey
java.lang.Object
io.jans.as.model.crypto.PublicKey
io.jans.as.model.crypto.signature.RSAPublicKey
- All Implemented Interfaces:
JSONable
The Public Key for the RSA Algorithm
- Version:
- July 31, 2016
- Author:
- Javier Rojas Blum
-
Constructor Summary
ConstructorsConstructorDescriptionRSAPublicKey
(String modulus, String publicExponent) RSAPublicKey
(BigInteger modulus, BigInteger publicExponent) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setModulus
(BigInteger modulus) void
setPublicExponent
(BigInteger publicExponent) org.json.JSONObject
toString()
Methods inherited from class io.jans.as.model.crypto.PublicKey
getCertificate, getKeyId, getSignatureAlgorithm, setCertificate, setKeyId, setSignatureAlgorithm