Uses of Class
org.bouncycastle.asn1.x509.Target
Packages that use Target
Package
Description
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 TargetModifier and TypeMethodDescriptionstatic 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 TargetModifierConstructorDescriptionTargetInformation
(Target[] targets) According to RFC 3281 only one targets element must be produced.Constructor from given targets.