Home | History | Annotate | Download | only in x501

Lines Matching refs:AttributeTypeAndValue

42  * X.501 AttributeTypeAndValue
44 public final class AttributeTypeAndValue {
54 /** known attribute types for RFC2253 (see 2.3. Converting AttributeTypeAndValue) */
215 private AttributeTypeAndValue(int[] oid, AttributeValue value) throws IOException {
225 * Creates AttributeTypeAndValue with OID and AttributeValue.
232 public AttributeTypeAndValue(ObjectIdentifier oid, AttributeValue value) throws IOException {
238 * Appends AttributeTypeAndValue string representation
300 * Gets type of the AttributeTypeAndValue
312 * X.501 AttributeTypeAndValue structure is defined as follows:
314 * AttributeTypeAndValue ::= SEQUENCE {
413 return new AttributeTypeAndValue((int[]) values[0], (AttributeValue) values[1]);
417 AttributeTypeAndValue atav = (AttributeTypeAndValue) object;
441 * for static AttributeTypeAndValue initialization only