org.bouncycastle.asn1.x509
Class TargetInformation
- DEREncodable
public class TargetInformation
Target information extension for attributes certificates according to RFC
3281.
SEQUENCE OF Targets
TargetInformation
public TargetInformation(Target[] targets)
According to RFC 3281 only one targets element must be produced. If
multiple targets are given they must be merged in
into one targets element.
TargetInformation
public TargetInformation(Targets targets)
Constructs a target information from a single targets element.
According to RFC 3281 only one targets element must be produced.
targets
- A Targets instance.
getInstance
public static TargetInformation getInstance(Object obj)
Creates an instance of a TargetInformation from the given object.
obj
can be a TargetInformation or a
ASN1Sequence
- A TargetInformation instance.
getTargetsObjects
public Targets[] getTargetsObjects()
Returns the targets in this target information extension.
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
Returns:
SEQUENCE OF Targets
According to RFC 3281 only one targets element must be produced. If
multiple targets are given in the constructor they are merged into one
targets element. If this was produced from a
ASN1Sequence
the encoding is kept.
- toASN1Object in interface ASN1Encodable