Class RSAPublicKeyStructure

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.RSAPublicKeyStructure
All Implemented Interfaces:
ASN1Encodable, Encodable

public class RSAPublicKeyStructure extends ASN1Object
Deprecated.
use org.bouncycastle.asn1.pkcs.RSAPublicKey
  • Constructor Details

    • RSAPublicKeyStructure

      public RSAPublicKeyStructure(BigInteger modulus, BigInteger publicExponent)
      Deprecated.
    • RSAPublicKeyStructure

      public RSAPublicKeyStructure(ASN1Sequence seq)
      Deprecated.
  • Method Details