Package | Description |
---|---|
org.bouncycastle.dvcs |
Classes for dealing "Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols" - RFC 3029.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DVCSRequestBuilder.addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
boolean isCritical,
org.bouncycastle.asn1.ASN1Encodable value)
Add a given extension field.
|
DVCSRequest |
VPKCRequestBuilder.build()
Build DVCS request to VPKC service.
|
MessageImprint |
MessageImprintBuilder.build(byte[] message) |
DVCSRequest |
CPDRequestBuilder.build(byte[] messageBytes)
Build CPD request.
|
DVCSRequest |
VSDRequestBuilder.build(CMSSignedData document)
Build VSD request from CMS SignedData object.
|
CMSSignedData |
SignedDVCSMessageGenerator.build(DVCSMessage message)
Creates a CMSSignedData object containing the passed in DVCSMessage
|
DVCSRequest |
CCPDRequestBuilder.build(MessageImprint messageImprint)
Builds CCPD request.
|
protected DVCSRequest |
DVCSRequestBuilder.createDVCRequest(org.bouncycastle.asn1.dvcs.Data data) |
Copyright © 2017 BouncyCastle.org. All rights reserved.