Uses of Class
org.apache.harmony.security.utils.ObjectIdentifier
| Package | Description |
|---|---|
| org.apache.harmony.security.x501 |
-
Uses of ObjectIdentifier in org.apache.harmony.security.x501
Fields in org.apache.harmony.security.x501 declared as ObjectIdentifier Modifier and Type Field Description static ObjectIdentifierAttributeTypeAndValue. DCDomain component attribute (name from RFC 2253)static ObjectIdentifierAttributeTypeAndValue. EMAILADDRESSEmail Address attribute (name from API spec)Methods in org.apache.harmony.security.x501 that return ObjectIdentifier Modifier and Type Method Description static ObjectIdentifierAttributeTypeAndValue. getObjectIdentifier(String sOid)Parses OID string representation.ObjectIdentifierAttributeTypeAndValue. getType()Gets type of the AttributeTypeAndValueConstructors in org.apache.harmony.security.x501 with parameters of type ObjectIdentifier Constructor Description AttributeTypeAndValue(ObjectIdentifier oid, AttributeValue value)Creates AttributeTypeAndValue with OID and AttributeValue.AttributeValue(String parsedString, boolean hasQorE, ObjectIdentifier oid)