Uses of Class
org.mozilla.jss.pkcs7.EncryptedContentInfo
Packages that use EncryptedContentInfo
-
Uses of EncryptedContentInfo in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as EncryptedContentInfoModifier and TypeFieldDescriptionprivate EncryptedContentInfo
EncryptedData.encryptedContentInfo
private EncryptedContentInfo
EnvelopedData.encryptedContentInfo
private EncryptedContentInfo
SignedAndEnvelopedData.encryptedContentInfo
Methods in org.mozilla.jss.pkcs7 that return EncryptedContentInfoModifier and TypeMethodDescriptionstatic EncryptedContentInfo
EncryptedContentInfo.createCRSCompatibleEncryptedContentInfo
(OBJECT_IDENTIFIER contentType, AlgorithmIdentifier contentEncryptionAlgorithm, OCTET_STRING encryptedContent) static EncryptedContentInfo
EncryptedContentInfo.createPBE
(PBEAlgorithm pbeAlg, Password password, byte[] salt, int iterationCount, KeyGenerator.CharToByteConverter charToByteConverter, byte[] toBeEncrypted) Creates a new EncryptedContentInfo, where the data is encrypted with a password-based key.EncryptedData.getEncryptedContentInfo()
EnvelopedData.getEncryptedContentInfo()
SignedAndEnvelopedData.getEncryptedContentInfo()
Returns the encrypted content.Constructors in org.mozilla.jss.pkcs7 with parameters of type EncryptedContentInfoModifierConstructorDescriptionEncryptedData
(INTEGER version, EncryptedContentInfo encryptedContentInfo) Creates a new EncryptedData.EncryptedData
(EncryptedContentInfo encryptedContentInfo) Creates an EncryptedData with the default version.EnvelopedData
(INTEGER version, SET recipientInfos, EncryptedContentInfo encryptedContentInfo) Create a EnvelopedData ASN1 object.SignedAndEnvelopedData
(INTEGER version, SET recipientInfos, SET digestAlgorithms, EncryptedContentInfo encryptedContentInfo, SET certificates, SET crls, SET signerInfos)