Uses of Class
org.bouncycastle.asn1.dvcs.CertEtcToken
-
Packages that use CertEtcToken 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 CertEtcToken in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return CertEtcToken Modifier and Type Method Description static CertEtcToken[]CertEtcToken. arrayFromSequence(ASN1Sequence seq)CertEtcToken[]TargetEtcChain. getChain()static CertEtcTokenCertEtcToken. getInstance(java.lang.Object obj)CertEtcTokenTargetEtcChain. getTarget()Constructors in org.bouncycastle.asn1.dvcs with parameters of type CertEtcToken Constructor Description TargetEtcChain(CertEtcToken target)TargetEtcChain(CertEtcToken target, CertEtcToken[] chain)TargetEtcChain(CertEtcToken target, CertEtcToken[] chain, PathProcInput pathProcInput)TargetEtcChain(CertEtcToken target, PathProcInput pathProcInput)
-