Uses of Class
org.bouncycastle.asn1.dvcs.CertEtcToken
Packages that use CertEtcToken
Package
Description
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 CertEtcTokenModifier and TypeMethodDescriptionstatic CertEtcToken[]
CertEtcToken.arrayFromSequence
(ASN1Sequence seq) TargetEtcChain.getChain()
static CertEtcToken
CertEtcToken.getInstance
(Object obj) TargetEtcChain.getTarget()
Constructors in org.bouncycastle.asn1.dvcs with parameters of type CertEtcTokenModifierConstructorDescriptionTargetEtcChain
(CertEtcToken target) TargetEtcChain
(CertEtcToken target, CertEtcToken[] chain) TargetEtcChain
(CertEtcToken target, CertEtcToken[] chain, PathProcInput pathProcInput) TargetEtcChain
(CertEtcToken target, PathProcInput pathProcInput)