Uses of Class
org.bouncycastle.asn1.x509.Target
-
Packages that use Target Package Description org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of Target in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Target Modifier and Type Method Description static TargetTarget. getInstance(java.lang.Object obj)Creates an instance of a Target from the given object.Target[]Targets. getTargets()Returns the targets in aVector.Constructors in org.bouncycastle.asn1.x509 with parameters of type Target Constructor Description TargetInformation(Target[] targets)According to RFC 3281 only one targets element must be produced.Targets(Target[] targets)Constructor from given targets.
-