Searched defs:PUBLIC_KEY (Results 1 – 5 of 5) sorted by relevance
93 const PUBLIC_KEY: &[u8] = include_bytes!("ed25519_test_public_key.bin"); in test_ed25519_from_seed_and_public_key_misuse() constant157 const PUBLIC_KEY: &[u8] = include_bytes!("ed25519_test_public_key.der"); in ed25519_test_public_key_coverage() constant
199 const PUBLIC_KEY: &[u8] = include_bytes!("ecdsa_test_public_key_p256.der"); in ecdsa_test_public_key_coverage() constant
311 const PUBLIC_KEY: &[u8] = include_bytes!("rsa_test_public_key_2048.der"); in rsa_test_public_key_coverage() constant
86 final static public String PUBLIC_KEY = "RSA-SHA1.PublicKey"; field in RSA_SHA1
41 private static final String PUBLIC_KEY = "# Public key"; field in TestVectorLoader