org.glite.security.voms.ac
Class IetfAttrSyntax

java.lang.Object
  extended by org.glite.security.voms.ac.IetfAttrSyntax
All Implemented Interfaces:
org.bouncycastle.asn1.DEREncodable

Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. Implementation of IetfAttrSyntax as specified by RFC3281.

public class IetfAttrSyntax
extends java.lang.Object
implements org.bouncycastle.asn1.DEREncodable

Author:
mulmo

Field Summary
static int VALUE_OCTETS
          Deprecated.  
static int VALUE_OID
          Deprecated.  
static int VALUE_UTF8
          Deprecated.  
 
Constructor Summary
IetfAttrSyntax(org.bouncycastle.asn1.ASN1Sequence seq)
          Deprecated.  
 
Method Summary
 org.bouncycastle.asn1.DERObject getDERObject()
          Deprecated.  IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }
 org.bouncycastle.asn1.x509.GeneralNames getPolicyAuthority()
          Deprecated.  
 java.util.List getValues()
          Deprecated.  
 int getValueType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_OCTETS

public static final int VALUE_OCTETS
Deprecated. 
See Also:
Constant Field Values

VALUE_OID

public static final int VALUE_OID
Deprecated. 
See Also:
Constant Field Values

VALUE_UTF8

public static final int VALUE_UTF8
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

IetfAttrSyntax

public IetfAttrSyntax(org.bouncycastle.asn1.ASN1Sequence seq)
Deprecated. 
Method Detail

getPolicyAuthority

public org.bouncycastle.asn1.x509.GeneralNames getPolicyAuthority()
Deprecated. 

getValueType

public int getValueType()
Deprecated. 

getValues

public java.util.List getValues()
Deprecated. 

getDERObject

public org.bouncycastle.asn1.DERObject getDERObject()
Deprecated. 
 IetfAttrSyntax ::= SEQUENCE {
   policyAuthority [0] GeneralNames OPTIONAL,
   values SEQUENCE OF CHOICE {
     octets OCTET STRING,
     oid OBJECT IDENTIFIER,
     string UTF8String
   }
 }
 

Specified by:
getDERObject in interface org.bouncycastle.asn1.DEREncodable