Class BCRSAPublicKey
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey
- All Implemented Interfaces:
Serializable
,RSAKey
,RSAPublicKey
,Key
,PublicKey
- See Also:
-
Method Details
-
getModulus
return the modulus.- Specified by:
getModulus
in interfaceRSAKey
- Returns:
- the modulus.
-
getPublicExponent
return the public exponent.- Specified by:
getPublicExponent
in interfaceRSAPublicKey
- Returns:
- the public exponent.
-
getAlgorithm
- Specified by:
getAlgorithm
in interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncoded
in interfaceKey
-
hashCode
public int hashCode() -
equals
-
toString
-