public class PasswordRecipientInformation extends RecipientInformation
keyEncAlg, messageAlgorithm, rid, secureReadable| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyDerivationAlgOID()
return the object identifier for the key derivation algorithm, or null
if there is none present.
|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getKeyDerivationAlgorithm()
Return the key derivation algorithm details for the key in this recipient.
|
byte[] |
getKeyDerivationAlgParams()
return the ASN.1 encoded key derivation algorithm parameters, or null if
there aren't any.
|
protected RecipientOperator |
getRecipientOperator(Recipient recipient) |
getContent, getContentDigest, getContentStream, getKeyEncryptionAlgOID, getKeyEncryptionAlgorithm, getKeyEncryptionAlgParams, getMac, getRIDpublic java.lang.String getKeyDerivationAlgOID()
public byte[] getKeyDerivationAlgParams()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getKeyDerivationAlgorithm()
protected RecipientOperator getRecipientOperator(Recipient recipient) throws CMSException, java.io.IOException
getRecipientOperator in class RecipientInformationCMSExceptionjava.io.IOException