Uses of Class
org.bouncycastle.asn1.dvcs.TargetEtcChain
-
Packages that use TargetEtcChain 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 TargetEtcChain in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return TargetEtcChain Modifier and Type Method Description static TargetEtcChain[]TargetEtcChain. arrayFromSequence(ASN1Sequence seq)TargetEtcChain[]Data. getCerts()TargetEtcChain[]DVCSCertInfo. getCerts()static TargetEtcChainTargetEtcChain. getInstance(java.lang.Object obj)static TargetEtcChainTargetEtcChain. getInstance(ASN1TaggedObject obj, boolean explicit)Methods in org.bouncycastle.asn1.dvcs with parameters of type TargetEtcChain Modifier and Type Method Description voidDVCSCertInfoBuilder. setCerts(TargetEtcChain[] certs)Constructors in org.bouncycastle.asn1.dvcs with parameters of type TargetEtcChain Constructor Description Data(TargetEtcChain cert)Data(TargetEtcChain[] certs)
-