HomeSort by relevance Sort by last modified time
    Searched defs:AttributeTypeAndValue (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
AttributeTypeAndValue.java 11 public class AttributeTypeAndValue
17 private AttributeTypeAndValue(ASN1Sequence seq)
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(
57 * AttributeTypeAndValue ::= SEQUENCE {
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 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
298 * Gets type of the AttributeTypeAndValue
310 * X.501 AttributeTypeAndValue structure is defined as follows:
312 * AttributeTypeAndValue ::= SEQUENCE
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 344 milliseconds