FileDocCategorySizeDatePackage
AttributeType.javaAPI DocAndroid 1.5 API1467Wed May 06 22:41:06 BST 2009org.apache.harmony.security.x501

AttributeType

public class AttributeType extends Object
X.501 Attribute Type This is a draft class for Module InformationFramework (X.501).
see
X.501

Fields Summary
public final org.apache.harmony.security.asn1.ObjectIdentifier
oid
public final org.apache.harmony.security.asn1.ASN1Type
type
Constructors Summary
public AttributeType(org.apache.harmony.security.asn1.ObjectIdentifier oid, org.apache.harmony.security.asn1.ASN1Type type)

        this.oid = oid;
        this.type = type;
    
Methods Summary