Searched defs:signAlgorithm (Results 1 – 2 of 2) sorted by relevance
195 public static byte[] generateCsr(KeyPair keyPair, String signAlgorithm, X500Name subject) { in generateCsr()216 …public static ContentSigner createFixedContentSigner(PrivateKey privateKey, String signAlgorithm) { in createFixedContentSigner()218 …tils.throwIfNotMatches(matcher.matches(), ERROR.NOT_SUPPORT_ERROR, "Not Support " + signAlgorithm); in createFixedContentSigner() local
211 public X509Certificate build(String signAlgorithm) { in build()