HomeSort by relevance Sort by last modified time
    Searched refs:getRSAKeyLength (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocolTest.java 217 assertEquals(512, HandshakeProtocol.getRSAKeyLength(key));
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocol.java 506 protected static int getRSAKeyLength(PublicKey pk)
ServerHandshakeImpl.java 481 if (getRSAKeyLength(pk) > 512) {

Completed in 513 milliseconds