|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.voms.ac.ACTargets
public class ACTargets
The intent of this class is to represent the ACTargets extension which may be present in the AC.
Constructor Summary | |
---|---|
ACTargets()
Empty constructor. |
|
ACTargets(org.bouncycastle.asn1.ASN1Sequence seq)
Creates an ACTargets from a sequence. |
Method Summary | |
---|---|
void |
AddTarget(ACTarget act)
Manually add a target. |
void |
addTarget(java.lang.String s)
Manually add a target. |
org.bouncycastle.asn1.DERObject |
getDERObject()
Makes a DERObject representation. |
static ACTargets |
getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
Static variant of the constructor. |
java.util.List |
getTargets()
Gets the list of targets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ACTargets()
public ACTargets(org.bouncycastle.asn1.ASN1Sequence seq)
seq
- the sequence.
java.lang.IllegalArgumentException
- if there are parsing errors.Method Detail |
---|
public static ACTargets getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
ACTargets(ASN1Sequence seq)
public void addTarget(java.lang.String s)
s
- the target.public void AddTarget(ACTarget act)
act
- the target.ACTarget
public java.util.List getTargets()
public org.bouncycastle.asn1.DERObject getDERObject()
getDERObject
in interface org.bouncycastle.asn1.DEREncodable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |