Class RecipientIdentifierBC

    • Constructor Detail

      • RecipientIdentifierBC

        public RecipientIdentifierBC​(org.bouncycastle.asn1.cms.RecipientIdentifier recipientIdentifier)
        Creates new wrapper instance for RecipientIdentifier.
        Parameters:
        recipientIdentifier - RecipientIdentifier to be wrapped
      • RecipientIdentifierBC

        public RecipientIdentifierBC​(IIssuerAndSerialNumber issuerAndSerialNumber)
        Creates new wrapper instance for RecipientIdentifier.
        Parameters:
        issuerAndSerialNumber - IssuerAndSerialNumber wrapper to create RecipientIdentifier
    • Method Detail

      • getRecipientIdentifier

        public org.bouncycastle.asn1.cms.RecipientIdentifier getRecipientIdentifier()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped RecipientIdentifier.