Uses of Class
org.bouncycastle.asn1.dvcs.PathProcInput
-
Packages that use PathProcInput 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 PathProcInput in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return PathProcInput Modifier and Type Method Description static PathProcInput
PathProcInput. getInstance(Object obj)
static PathProcInput
PathProcInput. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
PathProcInput
TargetEtcChain. getPathProcInput()
Constructors in org.bouncycastle.asn1.dvcs with parameters of type PathProcInput Constructor Description TargetEtcChain(CertEtcToken target, CertEtcToken[] chain, PathProcInput pathProcInput)
TargetEtcChain(CertEtcToken target, PathProcInput pathProcInput)
-