Interface KeyAgreeRecipient

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.x509.AlgorithmIdentifier getPrivateKeyAlgorithmIdentifier()  
      RecipientOperator getRecipientOperator​(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncAlg, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo senderPublicKey, org.bouncycastle.asn1.ASN1OctetString userKeyingMaterial, byte[] encryptedContentKey)  
    • Method Detail

      • getRecipientOperator

        RecipientOperator getRecipientOperator​(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncAlg,
                                               org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm,
                                               org.bouncycastle.asn1.x509.SubjectPublicKeyInfo senderPublicKey,
                                               org.bouncycastle.asn1.ASN1OctetString userKeyingMaterial,
                                               byte[] encryptedContentKey)
                                        throws CMSException
        Throws:
        CMSException
      • getPrivateKeyAlgorithmIdentifier

        org.bouncycastle.asn1.x509.AlgorithmIdentifier getPrivateKeyAlgorithmIdentifier()