Uses of Class
org.gudy.bouncycastle.asn1.x509.Targets
-
Packages that use Targets Package Description org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of Targets in org.gudy.bouncycastle.asn1.x509
Methods in org.gudy.bouncycastle.asn1.x509 that return Targets Modifier and Type Method Description static Targets
Targets. getInstance(java.lang.Object obj)
Creates an instance of a Targets from the given object.Targets[]
TargetInformation. getTargetsObjects()
Returns the targets in this target information extension.Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type Targets Constructor Description TargetInformation(Targets targets)
Constructs a target information from a single targets element.
-