Searched defs:outputBytes (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpSecurityParameters.java39 * @param outputBytes Array to fill.
42 int encode(byte[] outputBytes) throws SnmpTooBigException; argument
H A DSnmpMessage.java74 * @param outputBytes An array to receive the resulting encoding.
79 public int encodeMessage(byte[] outputBytes) throws SnmpTooBigException { argument
88 BerEncoder benc = new BerEncoder(outputBytes) ;
H A DSnmpV3Message.java151 * @param outputBytes An array to receive the resulting encoding.
156 public int encodeMessage(byte[] outputBytes) argument
H A DSnmpMsg.java121 * @param outputBytes An array to receive the resulting encoding.
126 public abstract int encodeMessage(byte[] outputBytes) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpOutgoingRequest.java55 * @param outputBytes An array to receive the resulting encoding.
60 public int encodeMessage(byte[] outputBytes) argument
H A DSnmpSecurityModel.java53 * @param outputBytes The buffer to fill with securized request. This is a representation independant marshalled format. This buffer will be sent to the network.
67 byte[] outputBytes)
85 * @param outputBytes The buffer to fill with securized request. This is a representation independant marshalled format. This buffer will be sent to the network.
99 byte[] outputBytes)
56 generateRequestMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
88 generateResponseMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
H A DSnmpSecuritySubSystem.java67 * @param outputBytes The buffer to fill with securized request. This is a representation independant marshalled format. This buffer will be sent to the network.
81 byte[] outputBytes)
98 * @param outputBytes The buffer to fill with securized request. This is a representation independant marshalled format. This buffer will be sent to the network.
112 byte[] outputBytes)
70 generateRequestMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
101 generateResponseMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
H A DSnmpIncomingRequest.java101 * @param outputBytes An array to receive the resulting encoding.
106 public int encodeMessage(byte[] outputBytes) argument
H A DSnmpMsgProcessingModel.java85 * @param outputBytes The buffer containing the encoded message.
98 byte[] outputBytes) throws SnmpTooBigException;
109 * @param outputBytes The buffer containing the encoded message.
119 byte[] outputBytes) throws SnmpTooBigException;
130 * @param outputBytes The partialy scoped pdu.
134 byte[] outputBytes) throws SnmpTooBigException;
88 encode(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
112 encodePriv(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] encryptedPdu, byte[] outputBytes) argument
133 encode(SnmpDecryptedPdu pdu, byte[] outputBytes) argument
H A DSnmpMsgProcessingSubSystem.java103 * @param outputBytes The buffer containing the encoded message.
116 byte[] outputBytes)
129 * @param outputBytes The buffer containing the encoded message.
139 byte[] outputBytes) throws SnmpTooBigException, SnmpUnknownMsgProcModelException;
155 * @param outputBytes The partialy scoped pdu.
160 byte[] outputBytes)
106 encode(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
132 encodePriv(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] encryptedPdu, byte[] outputBytes) argument
158 encode(int version, SnmpDecryptedPdu pdu, byte[] outputBytes) argument

Completed in 189 milliseconds