public class

JCERSAPublicKey

extends Object
implements RSAPublicKey
java.lang.Object
   ↳ org.bouncycastle.jce.provider.JCERSAPublicKey

Summary

[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
From interface java.security.interfaces.RSAPublicKey
Public Methods
boolean equals(Object o)
String getAlgorithm()
byte[] getEncoded()
String getFormat()
BigInteger getModulus()
return the modulus.
BigInteger getPublicExponent()
return the public exponent.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.Key
From interface java.security.interfaces.RSAKey
From interface java.security.interfaces.RSAPublicKey

Public Methods

public boolean equals (Object o)

public String getAlgorithm ()

public byte[] getEncoded ()

public String getFormat ()

public BigInteger getModulus ()

return the modulus.

Returns
  • the modulus.

public BigInteger getPublicExponent ()

return the public exponent.

Returns
  • the public exponent.

public int hashCode ()

public String toString ()