Home
last modified time | relevance | path

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

/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x500/
DAttributeTypeAndValue.java16 public class AttributeTypeAndValue class
22 private AttributeTypeAndValue(ASN1Sequence seq) in AttributeTypeAndValue() method in AttributeTypeAndValue
42 public AttributeTypeAndValue( in AttributeTypeAndValue() method in AttributeTypeAndValue
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DAttributeTypeAndValue.java14 public class AttributeTypeAndValue class
20 private AttributeTypeAndValue(ASN1Sequence seq) in AttributeTypeAndValue() method in AttributeTypeAndValue
40 public AttributeTypeAndValue( in AttributeTypeAndValue() method in AttributeTypeAndValue
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/
DAttributeTypeAndValue.java16 public class AttributeTypeAndValue class
22 private AttributeTypeAndValue(ASN1Sequence seq) in AttributeTypeAndValue() method in AttributeTypeAndValue
42 public AttributeTypeAndValue( in AttributeTypeAndValue() method in AttributeTypeAndValue
/external/rust/crates/x509-parser/src/
Dx509.rs77 pub struct AttributeTypeAndValue<'a> { struct
82 impl<'a> AttributeTypeAndValue<'a> { argument
146 impl<'a> FromDer<'a> for AttributeTypeAndValue<'a> { implementation
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2986.py30 AttributeTypeAndValue = rfc5280.AttributeTypeAndValue variable
Drfc4211.py196 class AttributeTypeAndValue(univ.Sequence): class
Drfc3280.py207 class AttributeTypeAndValue(univ.Sequence): class
Drfc5280.py315 class AttributeTypeAndValue(univ.Sequence): class
Drfc2459.py1013 class AttributeTypeAndValue(univ.Sequence): class