Uses of Interface
org.bouncycastle.cms.Recipient
Packages that use Recipient
Package
Description
-
Uses of Recipient in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf with parameters of type RecipientModifier and TypeMethodDescriptionorg.bouncycastle.asn1.cmp.CMPCertificateCertificateResponse.getCertificate(Recipient recipient) Return the CMPCertificate representing the plaintext certificate in the response. -
Uses of Recipient in org.bouncycastle.cms
Subinterfaces of Recipient in org.bouncycastle.cmsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceMethods in org.bouncycastle.cms with parameters of type RecipientModifier and TypeMethodDescriptionbyte[]RecipientInformation.getContent(Recipient recipient) Return the decrypted/encapsulated content in the EnvelopedData after recovering the content encryption/MAC key using the passed in Recipient.RecipientInformation.getContentStream(Recipient recipient) Return a CMSTypedStream representing the content in the EnvelopedData after recovering the content encryption/MAC key using the passed in Recipient.protected RecipientOperatorKEKRecipientInformation.getRecipientOperator(Recipient recipient) protected RecipientOperatorKEMRecipientInformation.getRecipientOperator(Recipient recipient) protected RecipientOperatorKeyAgreeRecipientInformation.getRecipientOperator(Recipient recipient) protected RecipientOperatorKeyTransRecipientInformation.getRecipientOperator(Recipient recipient) protected RecipientOperatorPasswordRecipientInformation.getRecipientOperator(Recipient recipient) protected abstract RecipientOperatorRecipientInformation.getRecipientOperator(Recipient recipient) -
Uses of Recipient in org.bouncycastle.cms.bc
Classes in org.bouncycastle.cms.bc that implement RecipientModifier and TypeClassDescriptionclassclassclassclassclassthe RecipientInfo class for a recipient who has been sent a message encrypted using a password.class -
Uses of Recipient in org.bouncycastle.cms.jcajce
Classes in org.bouncycastle.cms.jcajce that implement RecipientModifier and TypeClassDescriptionclassthe KeyTransRecipientInformation class for a recipient who has been sent a secret key encrypted using their public key that needs to be used to extract the message.classclassclassclassclassclassclassclassthe KeyTransRecipientInformation class for a recipient who has been sent a secret key encrypted using their public key that needs to be used to extract the message.classclassclassclassthe KeyTransRecipient class for a recipient who has been sent secret key material encrypted using their public key that needs to be used to derive a key and authenticate a message.classthe KeyTransRecipient class for a recipient who has been sent secret key material encrypted using their public key that needs to be used to derive a key and extract a message.classclassclassclassthe RecipientInfo class for a recipient who has been sent a message encrypted using a password.