Searched refs:getSignatureAlgorithm (Results 1 – 1 of 1) sorted by relevance
220 private static String getSignatureAlgorithm(Key key) throws Exception { in getSignatureAlgorithm() method in Utils250 String id = ALG_TO_ID.get(getSignatureAlgorithm(key)); in getSignatureAlgorithmIdentifier()275 Signature signer = Signature.getInstance(getSignatureAlgorithm(privateKey)); in sign()