Uses of Class
org.bouncycastle.dvcs.DVCSException
-
Packages that use DVCSException Package Description org.bouncycastle.dvcs Classes for dealing "Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols" - RFC 3029. -
-
Uses of DVCSException in org.bouncycastle.dvcs
Subclasses of DVCSException in org.bouncycastle.dvcs Modifier and Type Class Description class
DVCSConstructionException
Exception thrown when failed to initialize some DVCS-related staff.class
DVCSParsingException
DVCS parsing exception - thrown when failed to parse DVCS message.Methods in org.bouncycastle.dvcs that throw DVCSException Modifier and Type Method Description void
DVCSRequestBuilder. addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, boolean isCritical, org.bouncycastle.asn1.ASN1Encodable value)
Add a given extension field.DVCSRequest
CCPDRequestBuilder. build(MessageImprint messageImprint)
Builds CCPD request.DVCSRequest
CPDRequestBuilder. build(byte[] messageBytes)
Build CPD request.MessageImprint
MessageImprintBuilder. build(byte[] message)
CMSSignedData
SignedDVCSMessageGenerator. build(DVCSMessage message)
Creates a CMSSignedData object containing the passed in DVCSMessageDVCSRequest
VPKCRequestBuilder. build()
Build DVCS request to VPKC service.DVCSRequest
VSDRequestBuilder. build(CMSSignedData document)
Build VSD request from CMS SignedData object.protected DVCSRequest
DVCSRequestBuilder. createDVCRequest(org.bouncycastle.asn1.dvcs.Data data)
-