Uses of Class
org.mozilla.jss.pkcs7.ContentInfo
Packages that use ContentInfo
-
Uses of ContentInfo in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as ContentInfoModifier and TypeFieldDescriptionprivate ContentInfo
DigestedData.contentInfo
private ContentInfo
SignedData.contentInfo
Methods in org.mozilla.jss.pkcs7 that return ContentInfoModifier and TypeMethodDescriptionDigestedData.getContentInfo()
SignedData.getContentInfo()
Returns the ContentInfo containing the signed content.Constructors in org.mozilla.jss.pkcs7 with parameters of type ContentInfoModifierConstructorDescriptionDigestedData
(INTEGER version, AlgorithmIdentifier digestAlgorithm, ContentInfo contentInfo, OCTET_STRING digest) (package private)
SignedData
(INTEGER version, SET digestAlgorithms, ContentInfo contentInfo, SET certificates, SET crls, SET signerInfos) Constructor for creating a SignedData from its encoding.SignedData
(SET digestAlgorithms, ContentInfo contentInfo, SET certificates, SET crls, SET signerInfos) Create a SignedData ASN1 object.