|
Bouncy Castle Cryptography Library 1.66 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.dvcs.ServiceType
ServiceType ::= ENUMERATED { cpd(1), vsd(2), cpkc(3), ccpd(4) }
Field Summary | |
static ServiceType |
CCPD
Identifier of CCPD service (Certify Claim of Possession of Data). |
static ServiceType |
CPD
Identifier of CPD service (Certify Possession of Data). |
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). |
Constructor Summary | |
ServiceType(int value)
|
Method Summary | |
static ServiceType |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static ServiceType |
getInstance(java.lang.Object obj)
|
java.math.BigInteger |
getValue()
|
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding. |
java.lang.String |
toString()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ServiceType CPD
public static final ServiceType VSD
public static final ServiceType VPKC
public static final ServiceType CCPD
Constructor Detail |
public ServiceType(int value)
Method Detail |
public static ServiceType getInstance(java.lang.Object obj)
public static ServiceType getInstance(ASN1TaggedObject obj, boolean explicit)
public java.math.BigInteger getValue()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public java.lang.String toString()
|
Bouncy Castle Cryptography Library 1.66 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |