Home | History | Annotate | Download | only in provider

Lines Matching refs:PublicKey

31 import java.security.PublicKey;
178 private static String getHash(PublicKey publicKey) throws Exception {
179 byte[] encoded = publicKey.getEncoded();
219 private static PublicKey createPublicKey(String cert) throws Exception {
248 PublicKey pk = createPublicKey(TEST_CERT);
259 PublicKey pk = createPublicKey(TEST_CERT);
406 PublicKey pk = createPublicKey(TURKTRUST_1);
417 PublicKey pk = createPublicKey(TURKTRUST_2);
426 PublicKey pk = createPublicKey(ANSSI);