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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DAttributeTypeAndValue.java11 public class AttributeTypeAndValue class in inherits:ASN1Object
17 private AttributeTypeAndValue(ASN1Sequence seq) method in class:AttributeTypeAndValue
23 public static AttributeTypeAndValue getInstance(Object o)
25 if (o instanceof AttributeTypeAndValue)
27 return (AttributeTypeAndValue)o;
31 return new AttributeTypeAndValue(ASN1Sequence.getInstance(o));
37 public AttributeTypeAndValue( method in class:AttributeTypeAndValue
57 * AttributeTypeAndValue ::= SEQUENCE {

Completed in 90 milliseconds