public class ServiceType extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
static ServiceType |
CCPD
Identifier of CCPD service (Certify Claim of Possession of Data).
|
static ServiceType |
CPD
Identifier of CPD service (Certify Possession of Data).
|
private DEREnumerated |
value |
static ServiceType |
VPKC
Identifier of VPKC service (Verify Public Key Certificates (also referred to as CPKC)).
|
static ServiceType |
VSD
Identifier of VSD service (Verify Signed Document).
|
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
ServiceType(DEREnumerated value) |
|
ServiceType(int value) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static ServiceType |
getInstance(java.lang.Object obj) |
java.math.BigInteger |
getValue() |
DERObject |
toASN1Object() |
java.lang.String |
toString() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic static final ServiceType CPD
public static final ServiceType VSD
public static final ServiceType VPKC
public static final ServiceType CCPD
private DEREnumerated value
public ServiceType(int value)
private ServiceType(DEREnumerated value)
public static ServiceType getInstance(java.lang.Object obj)
public static ServiceType getInstance(ASN1TaggedObject obj, boolean explicit)
public java.math.BigInteger getValue()
public DERObject toASN1Object()
toASN1Object in class ASN1Encodablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.