Searched refs:getAndFormatRawPublicKey (Results 1 – 3 of 3) sorted by relevance
82 public static byte[] getAndFormatRawPublicKey(X509Certificate cert) { in getAndFormatRawPublicKey() method in X509Utils
75 byte[] formattedKey = X509Utils.getAndFormatRawPublicKey(testCert); in testGetAndFormatRawPublicKey()
173 byte[] rawPublicKey = X509Utils.getAndFormatRawPublicKey(leafCertificate); in associateCertsWithKeys()