Class BcCryptoHelper.CustomRsaPublicKey
java.lang.Object
es.gob.jmulticard.BcCryptoHelper.CustomRsaPublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, RSAKey, RSAPublicKey, Key, PublicKey
- Enclosing class:
BcCryptoHelper
Clave pública RSA con control directo de la creaci&oaccute;n como
BigInteger de módulo y exponente (para evitar problemas
de interpretación del signo (que puede darse en entornos como J2Obc).- Author:
- Tomás García-Merás.
- See Also:
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getModulus
- Specified by:
getModulusin interfaceRSAKey
-
getPublicExponent
- Specified by:
getPublicExponentin interfaceRSAPublicKey
-