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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpSecurityModel.java115 * @param encryptedPdu The encrypted pdu or null if not encrypted.
131 byte[] encryptedPdu,
147 * @param encryptedPdu The encrypted pdu or null if not encrypted.
162 byte[] encryptedPdu,
121 processIncomingRequest(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
152 processIncomingResponse(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
H A DSnmpSecuritySubSystem.java128 * @param encryptedPdu The encrypted pdu or null if not encrypted.
144 byte[] encryptedPdu,
160 * @param encryptedPdu The encrypted pdu or null if not encrypted.
175 byte[] encryptedPdu,
134 processIncomingRequest(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
165 processIncomingResponse(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
H A DSnmpMsgProcessingModel.java108 * @param encryptedPdu The encrypted pdu.
118 byte[] encryptedPdu,
112 encodePriv(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] encryptedPdu, byte[] outputBytes) argument
H A DSnmpMsgProcessingSubSystem.java128 * @param encryptedPdu The encrypted pdu.
138 byte[] encryptedPdu,
132 encodePriv(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] encryptedPdu, byte[] outputBytes) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpV3Message.java139 public byte[] encryptedPdu = null; field in class:SnmpV3Message
198 encryptedPdu = bdec.fetchOctetString();
229 .append("encryptedPdu : ").append(encryptedPdu)

Completed in 34 milliseconds