Uses of Class
org.bouncycastle.asn1.x509.Target
-
Packages that use Target Package Description org.bouncycastle.asn1.x509 -
-
Uses of Target in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Target Modifier and Type Method Description static Target
Target. getInstance(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.
-