Home | History | Annotate | Download | only in signapk

Lines Matching defs:getSignatureAlgorithm

136     private static String getSignatureAlgorithm(X509Certificate cert) {
440 ContentSigner signer = new JcaContentSignerBuilder(getSignatureAlgorithm(publicKey))