Class BcRSAAsymmetricKeyWrapper

All Implemented Interfaces:
KeyWrapper

public class BcRSAAsymmetricKeyWrapper extends BcAsymmetricKeyWrapper
  • Constructor Details

    • BcRSAAsymmetricKeyWrapper

      public BcRSAAsymmetricKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey)
    • BcRSAAsymmetricKeyWrapper

      public BcRSAAsymmetricKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo) throws IOException
      Throws:
      IOException
  • Method Details

    • createAsymmetricWrapper

      protected org.bouncycastle.crypto.AsymmetricBlockCipher createAsymmetricWrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
      Specified by:
      createAsymmetricWrapper in class BcAsymmetricKeyWrapper