Uses of Class
org.bouncycastle.asn1.dvcs.TargetEtcChain
-
Packages that use TargetEtcChain Package Description org.bouncycastle.asn1.dvcs -
-
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 TargetEtcChain
TargetEtcChain. getInstance(Object obj)
static TargetEtcChain
TargetEtcChain. getInstance(ASN1TaggedObject obj, boolean explicit)
Methods in org.bouncycastle.asn1.dvcs with parameters of type TargetEtcChain Modifier and Type Method Description void
DVCSCertInfoBuilder. setCerts(TargetEtcChain[] certs)
Constructors in org.bouncycastle.asn1.dvcs with parameters of type TargetEtcChain Constructor Description Data(TargetEtcChain cert)
Data(TargetEtcChain[] certs)
-