Class BCRSAPublicKey
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, RSAKey, RSAPublicKey, Key, PublicKey, BCKey
- See Also:
-
Method Summary
Methods inherited from interface RSAPublicKey
getParams
-
Method Details
-
getModulus
return the modulus.- Specified by:
getModulusin interfaceRSAKey- Returns:
- the modulus.
-
getPublicExponent
return the public exponent.- Specified by:
getPublicExponentin interfaceRSAPublicKey- Returns:
- the public exponent.
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
hashCode
-
equals
-
toString
-