Class ServiceType

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.dvcs.ServiceType
All Implemented Interfaces:
ASN1Encodable, Encodable

public class ServiceType extends ASN1Object
ServiceType ::= ENUMERATED { cpd(1), vsd(2), cpkc(3), ccpd(4) }
  • Field Details

    • CPD

      public static final ServiceType CPD
      Identifier of CPD service (Certify Possession of Data).
    • VSD

      public static final ServiceType VSD
      Identifier of VSD service (Verify Signed Document).
    • VPKC

      public static final ServiceType VPKC
      Identifier of VPKC service (Verify Public Key Certificates (also referred to as CPKC)).
    • CCPD

      public static final ServiceType CCPD
      Identifier of CCPD service (Certify Claim of Possession of Data).
  • Constructor Details

    • ServiceType

      public ServiceType(int value)
  • Method Details