|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.x509.Target
public class Target
Target structure used in target information extension for attribute certificates from RFC 3281.
Target ::= CHOICE {
targetName [0] GeneralName,
targetGroup [1] GeneralName,
targetCert [2] TargetCert
}
The targetCert field is currently not supported and must not be used according to RFC 3281.
| Field Summary | |
|---|---|
static int |
targetGroup
|
static int |
targetName
|
private GeneralName |
targGroup
|
private GeneralName |
targName
|
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
private |
Target(ASN1TaggedObject tagObj)
Constructor from ASN1TaggedObject. |
|
Target(int type,
GeneralName name)
Constructor from given details. |
| Method Summary | |
|---|---|
static Target |
getInstance(java.lang.Object obj)
Creates an instance of a Target from the given object. |
GeneralName |
getTargetGroup()
|
GeneralName |
getTargetName()
|
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int targetName
public static final int targetGroup
private GeneralName targName
private GeneralName targGroup
| Constructor Detail |
|---|
private Target(ASN1TaggedObject tagObj)
tagObj - The tagged object.
java.lang.IllegalArgumentException - if the encoding is wrong.public Target(int type,
GeneralName name)
Exactly one of the parameters must be not null.
type - the choice type to apply to the name.name - the general name.
java.lang.IllegalArgumentException - if type is invalid.| Method Detail |
|---|
public static Target getInstance(java.lang.Object obj)
obj can be a Target or a ASN1TaggedObject
obj - The object.
java.lang.IllegalArgumentException - if the given object cannot be
interpreted as Target.public GeneralName getTargetGroup()
public GeneralName getTargetName()
public DERObject toASN1Object()
Target ::= CHOICE {
targetName [0] GeneralName,
targetGroup [1] GeneralName,
targetCert [2] TargetCert
}
toASN1Object in class ASN1Encodable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||