Uses of Class
org.bouncycastle.asn1.x509.Targets
-
Packages that use Targets Package Description org.bouncycastle.asn1.x509 -
-
Uses of Targets in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Targets Modifier and Type Method Description static Targets
Targets. getInstance(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.bouncycastle.asn1.x509 with parameters of type Targets Constructor Description TargetInformation(Targets targets)
Constructs a target information from a single targets element.
-