Searched defs:AttributeTypeAndValue (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x501/
H A DAttributeTypeAndValue.java42 * X.501 AttributeTypeAndValue
44 public final class AttributeTypeAndValue { class
54 /** known attribute types for RFC2253 (see 2.3. Converting AttributeTypeAndValue) */
215 private AttributeTypeAndValue(int[] oid, AttributeValue value) throws IOException { method in class:AttributeTypeAndValue
225 * Creates AttributeTypeAndValue with OID and AttributeValue.
232 public AttributeTypeAndValue(ObjectIdentifier oid, AttributeValue value) throws IOException { method in class:AttributeTypeAndValue
238 * Appends AttributeTypeAndValue string representation
298 * Gets type of the AttributeTypeAndValue
310 * X.501 AttributeTypeAndValue structure is defined as follows:
312 * AttributeTypeAndValue
[all...]

Completed in 51 milliseconds