Searched refs:checkRSAKeyLength (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/
H A DNativeRSASignature.java200 newSigLength = checkRSAKeyLength(mod);
238 newSigLength = checkRSAKeyLength(mod);
458 private int checkRSAKeyLength(BigInteger mod) throws InvalidKeyException { method in class:NativeRSASignature
/openjdk9/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11Signature.java395 checkRSAKeyLength(keySize);
399 private void checkRSAKeyLength(int len) throws InvalidKeyException { method in class:P11Signature

Completed in 91 milliseconds