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:
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
public int hashCode() -
equals
-
toString
-