Home
last modified time | relevance | path

Searched refs:AttributeTypeAndValue (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/www/grafana8/grafana-8.3.6/vendor/gopkg.in/ldap.v3/
H A Ddn_test.go13 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"dc", "dummy"}}},
14 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"dc", "com"}}}}},
16 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"UID", "jsmith"}}},
17 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"DC", "example"}}},
18 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"DC", "net"}}}}},
23 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"DC", "example"}}},
24 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"DC", "net"}}}}},
29 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"DC", "net"}}}}},
31 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"CN", "Lučić"}}}}},
35 &RelativeDN{[]*AttributeTypeAndValue{&AttributeTypeAndValue{"A", "1"}}},
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/gopkg.in/ldap.v2/
H A Ddn_test.go15 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"dc", "dummy"}}},
16 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"dc", "com"}}}}},
18 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"UID", "jsmith"}}},
19 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "example"}}},
20 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "net"}}}}},
25 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "example"}}},
26 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "net"}}}}},
31 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "net"}}}}},
33 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"CN", "Lučić"}}}}},
37 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"A", "1"}}},
[all …]
H A Ddn.go59 type AttributeTypeAndValue struct { struct
68 Attributes []*AttributeTypeAndValue
81 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
83 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/gopkg.in/ldap.v2/
H A Ddn_test.go15 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"dc", "dummy"}}},
16 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"dc", "com"}}}}},
18 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"UID", "jsmith"}}},
19 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "example"}}},
20 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "net"}}}}},
25 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "example"}}},
26 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "net"}}}}},
31 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"DC", "net"}}}}},
33 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"CN", "Lučić"}}}}},
37 &ldap.RelativeDN{[]*ldap.AttributeTypeAndValue{&ldap.AttributeTypeAndValue{"A", "1"}}},
[all …]
H A Ddn.go59 type AttributeTypeAndValue struct { struct
68 Attributes []*AttributeTypeAndValue
81 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
83 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.X509/
H A DX520Attributes.cs65 public abstract class AttributeTypeAndValue { class in Mono.Security.X509.X520
157 public class Name : AttributeTypeAndValue {
164 public class CommonName : AttributeTypeAndValue {
228 public class UserId : AttributeTypeAndValue {
236 public class Oid : AttributeTypeAndValue {
255 public class Title : AttributeTypeAndValue {
262 public class CountryName : AttributeTypeAndValue {
270 public class DnQualifier : AttributeTypeAndValue {
278 public class Surname : AttributeTypeAndValue {
285 public class GivenName : AttributeTypeAndValue {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/go-ldap/ldap/v3/
H A Ddn_test.go13 {[]*AttributeTypeAndValue{{"dc", "dummy"}}},
14 {[]*AttributeTypeAndValue{{"dc", "com"}}}}},
16 {[]*AttributeTypeAndValue{{"UID", "jsmith"}}},
17 {[]*AttributeTypeAndValue{{"DC", "example"}}},
18 {[]*AttributeTypeAndValue{{"DC", "net"}}}}},
20 {[]*AttributeTypeAndValue{
24 {[]*AttributeTypeAndValue{{"DC", "net"}}}}},
35 {[]*AttributeTypeAndValue{{"A", "1"}}},
36 {[]*AttributeTypeAndValue{{"B", "2"}}}}},
38 {[]*AttributeTypeAndValue{
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/go-ldap/ldap/
H A Ddn_test.go13 {[]*AttributeTypeAndValue{{"dc", "dummy"}}},
14 {[]*AttributeTypeAndValue{{"dc", "com"}}}}},
16 {[]*AttributeTypeAndValue{{"UID", "jsmith"}}},
17 {[]*AttributeTypeAndValue{{"DC", "example"}}},
18 {[]*AttributeTypeAndValue{{"DC", "net"}}}}},
20 {[]*AttributeTypeAndValue{
24 {[]*AttributeTypeAndValue{{"DC", "net"}}}}},
35 {[]*AttributeTypeAndValue{{"A", "1"}}},
36 {[]*AttributeTypeAndValue{{"B", "2"}}}}},
38 {[]*AttributeTypeAndValue{
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/x500/
H A DRDN.java55 public RDN(AttributeTypeAndValue attrTAndV) in RDN()
65 public RDN(AttributeTypeAndValue[] aAndVs) in RDN()
85 public AttributeTypeAndValue getFirst() in getFirst()
92 return AttributeTypeAndValue.getInstance(this.values.getObjectAt(0)); in getFirst()
95 public AttributeTypeAndValue[] getTypesAndValues() in getTypesAndValues()
97 AttributeTypeAndValue[] tmp = new AttributeTypeAndValue[values.size()]; in getTypesAndValues()
101 tmp[i] = AttributeTypeAndValue.getInstance(values.getObjectAt(i)); in getTypesAndValues()
112 AttributeTypeAndValue attr = AttributeTypeAndValue.getInstance(values.getObjectAt(i)); in collectAttributeTypes()
123 AttributeTypeAndValue attr = AttributeTypeAndValue.getInstance(values.getObjectAt(i)); in containsAttributeType()
H A DAttributeTypeAndValue.java14 public class AttributeTypeAndValue class
20 private AttributeTypeAndValue(ASN1Sequence seq) in AttributeTypeAndValue() method in AttributeTypeAndValue
26 public static AttributeTypeAndValue getInstance(Object o) in getInstance()
28 if (o instanceof AttributeTypeAndValue) in getInstance()
30 return (AttributeTypeAndValue)o; in getInstance()
34 return new AttributeTypeAndValue(ASN1Sequence.getInstance(o)); in getInstance()
40 public AttributeTypeAndValue( in AttributeTypeAndValue() method in AttributeTypeAndValue
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/picky-asn1-x509-0.5.0/src/
H A Dattribute_type_and_value.rs22 pub struct AttributeTypeAndValue { struct
27 impl AttributeTypeAndValue { impl
99 impl ser::Serialize for AttributeTypeAndValue { implementation
154 type Value = AttributeTypeAndValue; in deserialize()
170 AttributeTypeAndValue, in deserialize()
175 AttributeTypeAndValue, in deserialize()
180 AttributeTypeAndValue, in deserialize()
185 AttributeTypeAndValue, in deserialize()
190 AttributeTypeAndValue, in deserialize()
198 AttributeTypeAndValue, in deserialize()
[all …]
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/crmf/
H A DAttributeTypeAndValue.java11 public class AttributeTypeAndValue class
17 private AttributeTypeAndValue(ASN1Sequence seq) in AttributeTypeAndValue() method in AttributeTypeAndValue
23 public static AttributeTypeAndValue getInstance(Object o) in getInstance()
25 if (o instanceof AttributeTypeAndValue) in getInstance()
27 return (AttributeTypeAndValue)o; in getInstance()
32 return new AttributeTypeAndValue(ASN1Sequence.getInstance(o)); in getInstance()
38 public AttributeTypeAndValue( in AttributeTypeAndValue() method in AttributeTypeAndValue
45 public AttributeTypeAndValue( in AttributeTypeAndValue() method in AttributeTypeAndValue
H A DControls.java33 public Controls(AttributeTypeAndValue atv) in Controls()
38 public Controls(AttributeTypeAndValue[] atvs) in Controls()
43 public AttributeTypeAndValue[] toAttributeTypeAndValueArray() in toAttributeTypeAndValueArray()
45 AttributeTypeAndValue[] result = new AttributeTypeAndValue[content.size()]; in toAttributeTypeAndValueArray()
49 result[i] = AttributeTypeAndValue.getInstance(content.getObjectAt(i)); in toAttributeTypeAndValueArray()
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/x509/
H A Drevoked_test.go101 []pkix.AttributeTypeAndValue{
104 []pkix.AttributeTypeAndValue{
107 []pkix.AttributeTypeAndValue{
355 []pkix.AttributeTypeAndValue{
358 []pkix.AttributeTypeAndValue{
361 []pkix.AttributeTypeAndValue{
423 []pkix.AttributeTypeAndValue{
426 []pkix.AttributeTypeAndValue{
429 []pkix.AttributeTypeAndValue{
922 []pkix.AttributeTypeAndValue{
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/x509-parser-0.9.2/src/
H A Dx509.rs62 pub struct AttributeTypeAndValue<'a> { struct
67 impl<'a> AttributeTypeAndValue<'a> { argument
76 let attr = AttributeTypeAndValue { in from_der()
130 pub set: Vec<AttributeTypeAndValue<'a>>,
136 let (i, set) = many1(complete(AttributeTypeAndValue::from_der))(i)?; in from_der()
327 pub fn iter_email(&self) -> impl Iterator<Item = &AttributeTypeAndValue> { in iter_email()
440 set: vec![AttributeTypeAndValue { in test_x509_name()
446 set: vec![AttributeTypeAndValue { in test_x509_name()
454 set: vec![AttributeTypeAndValue { in test_x509_name()
463 AttributeTypeAndValue { in test_x509_name()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/gopkg.in/ldap.v2/
H A Ddn.go59 type AttributeTypeAndValue struct { struct
68 Attributes []*AttributeTypeAndValue
81 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
83 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/gopkg.in/ldap.v2/
H A Ddn.go59 type AttributeTypeAndValue struct { struct
68 Attributes []*AttributeTypeAndValue
81 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
83 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/ldap/
H A Ddn.go55 type AttributeTypeAndValue struct { struct
64 Attributes []*AttributeTypeAndValue
77 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
79 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/go-ldap/ldap/v3/
H A Ddn.go55 type AttributeTypeAndValue struct { struct
64 Attributes []*AttributeTypeAndValue
77 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
79 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/go-ldap/ldap/v3/
H A Ddn.go14 type AttributeTypeAndValue struct { struct
23 Attributes []*AttributeTypeAndValue
37 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
39 attribute := new(AttributeTypeAndValue)
111 attribute = new(AttributeTypeAndValue)
115 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
187 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
205 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-ad/vendor/github.com/go-ldap/ldap/v3/
H A Ddn.go55 type AttributeTypeAndValue struct { struct
64 Attributes []*AttributeTypeAndValue
77 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
79 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/vendor/github.com/go-ldap/ldap/v3/
H A Ddn.go14 type AttributeTypeAndValue struct { struct
23 Attributes []*AttributeTypeAndValue
37 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
39 attribute := new(AttributeTypeAndValue)
111 attribute = new(AttributeTypeAndValue)
115 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
187 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
205 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/go-ldap/ldap/v3/
H A Ddn.go55 type AttributeTypeAndValue struct { struct
64 Attributes []*AttributeTypeAndValue
77 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
79 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/go-ldap/ldap/v3/
H A Ddn.go55 type AttributeTypeAndValue struct { struct
64 Attributes []*AttributeTypeAndValue
77 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
79 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/go-ldap/ldap/
H A Ddn.go55 type AttributeTypeAndValue struct { struct
64 Attributes []*AttributeTypeAndValue
77 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
79 attribute := new(AttributeTypeAndValue)
151 attribute = new(AttributeTypeAndValue)
155 rdn.Attributes = make([]*AttributeTypeAndValue, 0)
227 func (r *RelativeDN) hasAllAttributes(attrs []*AttributeTypeAndValue) bool {
245 func (a *AttributeTypeAndValue) Equal(other *AttributeTypeAndValue) bool { argument

12345678910>>...23