Class BcRSAAsymmetricKeyWrapper

    • Constructor Detail

      • 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 java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • createAsymmetricWrapper

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