Searched defs:newKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpUsmKeyHandler.java79 * @param newKey The new key.
84 public byte[] calculateAuthDelta(String algoName, byte[] oldKey, byte[] newKey, byte[] random) throws IllegalArgumentException; argument
90 * @param newKey The new key.
96 public byte[] calculatePrivDelta(String algoName, byte[] oldKey, byte[] newKey, byte[] random, int deltaSize) throws IllegalArgumentException; argument
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java73 public static RSAPrivateKey newKey(byte[] encoded) method in class:RSAPrivateCrtKeyImpl
88 * Construct a key from its encoding. Called from newKey above.

Completed in 29 milliseconds