Uses of Class
org.bouncycastle.asn1.dvcs.DVCSCertInfo
-
Packages that use DVCSCertInfo 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 DVCSCertInfo in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return DVCSCertInfo Modifier and Type Method Description DVCSCertInfo
DVCSCertInfoBuilder. build()
DVCSCertInfo
DVCSResponse. getCertInfo()
static DVCSCertInfo
DVCSCertInfo. getInstance(Object obj)
static DVCSCertInfo
DVCSCertInfo. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
Constructors in org.bouncycastle.asn1.dvcs with parameters of type DVCSCertInfo Constructor Description DVCSResponse(DVCSCertInfo dvCertInfo)
-