Uses of Class
org.bouncycastle.dvcs.DVCSConstructionException
-
Packages that use DVCSConstructionException Package Description org.bouncycastle.dvcs Classes for dealing "Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols" - RFC 3029. -
-
Uses of DVCSConstructionException in org.bouncycastle.dvcs
Constructors in org.bouncycastle.dvcs that throw DVCSConstructionException Constructor Description DVCSRequest(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
Construct a DVCS Request from a ContentInfoDVCSRequest(CMSSignedData signedData)
Constructs DVCRequest from CMS SignedData object.DVCSResponse(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
Construct a DVCS Response from a ContentInfoDVCSResponse(CMSSignedData signedData)
Constructs DVCResponse from CMS SignedData object.
-