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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpUsmKeyHandler.java48 * @param algoName The authentication algorithm to use.
53 public byte[] password_to_key(String algoName, String password) throws IllegalArgumentException; argument
56 * @param algoName The authentication algorithm to use.
62 public byte[] localizeAuthKey(String algoName, byte[] key, SnmpEngineId engineId) throws IllegalArgumentException; argument
66 * @param algoName The authentication algorithm to use.
73 public byte[] localizePrivKey(String algoName, byte[] key, SnmpEngineId engineId,int keysize) throws IllegalArgumentException; argument
77 * @param algoName The authentication algorithm to use.
84 public byte[] calculateAuthDelta(String algoName, byte[] oldKey, byte[] newKey, byte[] random) throws IllegalArgumentException; argument
88 * @param algoName The authentication algorithm to use.
96 public byte[] calculatePrivDelta(String algoName, byt argument
[all...]

Completed in 1795 milliseconds