Home
last modified time | relevance | path

Searched refs:KeyIdentifier (Results 1 – 25 of 773) sorted by relevance

12345678910>>...31

/dports/net/krill/krill-0.9.4/cargo-crates/rpki-0.13.1-rc2/src/repository/crypto/
H A Dkeys.rs177 KeyIdentifier::try_from( in key_identifier()
272 pub struct PublicKeyCn(KeyIdentifier);
297 pub struct KeyIdentifier([u8; 20]); struct
299 impl KeyIdentifier { implementation
382 impl FromStr for KeyIdentifier { implementation
402 impl AsRef<[u8]> for KeyIdentifier { implementation
417 impl fmt::Display for KeyIdentifier { implementation
424 impl fmt::Debug for KeyIdentifier { implementation
433 impl PrimitiveContent for KeyIdentifier { implementation
453 impl serde::Serialize for KeyIdentifier { implementation
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/rpki-0.12.2/src/repository/crypto/
H A Dkeys.rs177 KeyIdentifier::try_from( in key_identifier()
300 pub struct KeyIdentifier([u8; 20]); struct
302 impl KeyIdentifier { impl
377 impl<'a> TryFrom<&'a [u8]> for KeyIdentifier { implementation
385 impl FromStr for KeyIdentifier { implementation
405 impl AsRef<[u8]> for KeyIdentifier { implementation
420 impl fmt::Display for KeyIdentifier { implementation
427 impl fmt::Debug for KeyIdentifier { implementation
436 impl PrimitiveContent for KeyIdentifier { implementation
456 impl serde::Serialize for KeyIdentifier { implementation
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DEnvelopedSignatureReader.cs185 …dXml.Signature == null || _signedXml.Signature.KeyIdentifier == null || _signedXml.Signature.KeyId… in ResolveSigningCredentials()
191 …if (!_signingTokenResolver.TryResolveSecurityKey(_signedXml.Signature.KeyIdentifier[0], out signin… in ResolveSigningCredentials()
193 if (_resolveIntrinsicSigningKeys && _signedXml.Signature.KeyIdentifier.CanCreateKey) in ResolveSigningCredentials()
195 signingKey = _signedXml.Signature.KeyIdentifier.CreateKey(); in ResolveSigningCredentials()
203 …if (_signedXml.Signature.KeyIdentifier.TryFind<EncryptedKeyIdentifierClause>(out encryptedKeyClaus… in ResolveSigningCredentials()
212 …R.ID4036, XmlUtil.SerializeSecurityKeyIdentifier(_signedXml.Signature.KeyIdentifier, _tokenSeriali… in ResolveSigningCredentials()
217 …rificationFailedException(SR.GetString(SR.ID4037, _signedXml.Signature.KeyIdentifier.ToString()))); in ResolveSigningCredentials()
224 …nature.SignedInfo.SignatureMethod, signedInfo[0].DigestMethod, _signedXml.Signature.KeyIdentifier); in ResolveSigningCredentials()
/dports/net/krill/krill-0.9.4/src/commons/crypto/
H A Dsigning.rs54 pub fn create_key(&mut self) -> CryptoResult<KeyIdentifier> { in create_key() argument
92 key_id: &KeyIdentifier, in sign() argument
120 T: Signer<KeyId = KeyIdentifier>, in sign_csr()
164 key_id: &KeyIdentifier, in sign_manifest() argument
178 key_id: &KeyIdentifier, in sign_roa() argument
192 key_id: &KeyIdentifier, in sign_aspa() argument
256 pub fn create_key(&self) -> CryptoResult<KeyIdentifier> { in create_key() argument
302 key_id: &KeyIdentifier, in sign_manifest() argument
314 key_id: &KeyIdentifier, in sign_roa() argument
326 key_id: &KeyIdentifier, in sign_aspa() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/x509/
H A DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
H A DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
/dports/net/krill/krill-0.9.4/src/daemon/ca/
H A Dchild.rs5 use rpki::repository::{crypto::KeyIdentifier, x509::Time};
47 used_keys: HashMap<KeyIdentifier, UsedKeyState>,
88 pub fn issued(&self, rcn: &ResourceClassName) -> Vec<KeyIdentifier> { in issued() argument
102 pub fn is_issued(&self, ki: &KeyIdentifier) -> bool { in is_issued()
106 pub fn add_issue_response(&mut self, rcn: ResourceClassName, ki: KeyIdentifier) { in add_issue_response() argument
110 pub fn add_revoke_response(&mut self, ki: KeyIdentifier) { in add_revoke_response() argument
149 issued: HashMap<KeyIdentifier, IssuedCert>,
152 suspended: HashMap<KeyIdentifier, SuspendedCert>,
173 pub fn key_revoked(&mut self, key: &KeyIdentifier) { in key_revoked() argument
178 pub fn get_issued(&self, ki: &KeyIdentifier) -> Option<&IssuedCert> { in get_issued()
[all …]

12345678910>>...31