Uses of Class
org.bouncycastle.asn1.dvcs.ServiceType
-
Packages that use ServiceType Package Description org.bouncycastle.asn1.dvcs -
-
Uses of ServiceType in org.bouncycastle.asn1.dvcs
Fields in org.bouncycastle.asn1.dvcs declared as ServiceType Modifier and Type Field Description static ServiceType
ServiceType. CCPD
Identifier of CCPD service (Certify Claim of Possession of Data).static ServiceType
ServiceType. CPD
Identifier of CPD service (Certify Possession of Data).static ServiceType
ServiceType. VPKC
Identifier of VPKC service (Verify Public Key Certificates (also referred to as CPKC)).static ServiceType
ServiceType. VSD
Identifier of VSD service (Verify Signed Document).Methods in org.bouncycastle.asn1.dvcs that return ServiceType Modifier and Type Method Description static ServiceType
ServiceType. getInstance(Object obj)
static ServiceType
ServiceType. getInstance(ASN1TaggedObject obj, boolean explicit)
ServiceType
DVCSRequestInformation. getService()
Constructors in org.bouncycastle.asn1.dvcs with parameters of type ServiceType Constructor Description DVCSRequestInformationBuilder(ServiceType service)
-