Uses of Class
org.mozilla.jss.pkix.cms.ContentInfo
Packages that use ContentInfo
Package
Description
Creating and interpeting CMC blobs.
Creating and interpeting CMS blobs.
-
Uses of ContentInfo in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as ContentInfoModifier and TypeFieldDescriptionprivate ContentInfo
EncryptedPOP.cms
private ContentInfo
TaggedContentInfo.contentInfo
Methods in org.mozilla.jss.pkix.cmc that return ContentInfoModifier and TypeMethodDescriptionEncryptedPOP.getContentInfo()
TaggedContentInfo.getContentInfo()
Returns thecontentInfo
field.Constructors in org.mozilla.jss.pkix.cmc with parameters of type ContentInfoModifierConstructorDescriptionEncryptedPOP
(TaggedRequest request, ContentInfo cms, AlgorithmIdentifier thePOPAlgID, AlgorithmIdentifier witnessAlgID, OCTET_STRING witness) TaggedContentInfo
(INTEGER bodyPartID, ContentInfo contentInfo) Constructs a newTaggedContentInfo
from its components. -
Uses of ContentInfo in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as ContentInfoMethods in org.mozilla.jss.pkix.cms that return ContentInfoConstructors in org.mozilla.jss.pkix.cms with parameters of type ContentInfoModifierConstructorDescriptionDigestedData
(INTEGER version, AlgorithmIdentifier digestAlgorithm, ContentInfo contentInfo, OCTET_STRING digest)