Uses of Class
org.bouncycastle.asn1.dvcs.ServiceType
-
Packages that use ServiceType Package Description org.bouncycastle.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029. -
-
Uses of ServiceType in org.bouncycastle.asn1.dvcs
Fields in org.bouncycastle.asn1.dvcs declared as ServiceType Modifier and Type Field Description static ServiceTypeServiceType. CCPDIdentifier of CCPD service (Certify Claim of Possession of Data).static ServiceTypeServiceType. CPDIdentifier of CPD service (Certify Possession of Data).static ServiceTypeServiceType. VPKCIdentifier of VPKC service (Verify Public Key Certificates (also referred to as CPKC)).static ServiceTypeServiceType. VSDIdentifier of VSD service (Verify Signed Document).Methods in org.bouncycastle.asn1.dvcs that return ServiceType Modifier and Type Method Description static ServiceTypeServiceType. getInstance(java.lang.Object obj)static ServiceTypeServiceType. getInstance(ASN1TaggedObject obj, boolean explicit)ServiceTypeDVCSRequestInformation. getService()Constructors in org.bouncycastle.asn1.dvcs with parameters of type ServiceType Constructor Description DVCSRequestInformationBuilder(ServiceType service)
-