Searched defs:msgProp (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSContext.java559 * @param msgProp instance of MessageProp that is used by the
572 MessageProp msgProp) throws GSSException;
606 * @param msgProp instance of MessageProp that is used by the
619 MessageProp msgProp) throws GSSException;
640 * @param msgProp upon return from the method, this object will contain
655 MessageProp msgProp) throws GSSException;
689 * @param msgProp upon return from the method, this object will contain
702 MessageProp msgProp) throws GSSException;
720 * @param msgProp an instance of <code>MessageProp</code> that is used
722 * <code>0</code> in <code>msgProp</cod
571 wrap(byte inBuf[], int offset, int len, MessageProp msgProp) argument
618 wrap(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
654 unwrap(byte[] inBuf, int offset, int len, MessageProp msgProp) argument
701 unwrap(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
733 getMIC(byte []inMsg, int offset, int len, MessageProp msgProp) argument
766 getMIC(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
801 verifyMIC(byte[] inToken, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) argument
849 verifyMIC(InputStream tokStream, InputStream msgStream, MessageProp msgProp) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/spi/
H A DGSSContextSpi.java263 public void wrap(InputStream is, OutputStream os, MessageProp msgProp) argument
270 MessageProp msgProp) throws GSSException;
281 MessageProp msgProp) throws GSSException;
297 OutputStream os, MessageProp msgProp)
307 * @param msgProp will contain the applied qop and confidentiality
313 MessageProp msgProp) throws GSSException;
319 MessageProp msgProp) throws GSSException;
330 MessageProp msgProp) throws GSSException;
344 MessageProp msgProp) throws GSSException;
353 * @param msgProp o
269 wrap(byte inBuf[], int offset, int len, MessageProp msgProp) argument
312 unwrap(InputStream is, OutputStream os, MessageProp msgProp) argument
318 unwrap(byte inBuf[], int offset, int len, MessageProp msgProp) argument
356 getMIC(InputStream is, OutputStream os, MessageProp msgProp) argument
360 getMIC(byte []inMsg, int offset, int len, MessageProp msgProp) argument
376 verifyMIC(byte []inTok, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSContextImpl.java383 MessageProp msgProp) throws GSSException {
385 return mechCtxt.wrap(inBuf, offset, len, msgProp);
392 MessageProp msgProp) throws GSSException {
394 mechCtxt.wrap(inStream, outStream, msgProp);
401 MessageProp msgProp) throws GSSException {
403 return mechCtxt.unwrap(inBuf, offset, len, msgProp);
410 MessageProp msgProp) throws GSSException {
412 mechCtxt.unwrap(inStream, outStream, msgProp);
419 MessageProp msgProp) throws GSSException {
421 return mechCtxt.getMIC(inMsg, offset, len, msgProp);
382 wrap(byte inBuf[], int offset, int len, MessageProp msgProp) argument
391 wrap(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
400 unwrap(byte[] inBuf, int offset, int len, MessageProp msgProp) argument
409 unwrap(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
418 getMIC(byte []inMsg, int offset, int len, MessageProp msgProp) argument
427 getMIC(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
436 verifyMIC(byte[] inTok, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) argument
447 verifyMIC(InputStream tokStream, InputStream msgStream, MessageProp msgProp) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoContext.java1088 MessageProp msgProp) throws GSSException {
1090 return mechContext.wrap(inBuf, offset, len, msgProp);
1098 MessageProp msgProp) throws GSSException {
1100 mechContext.wrap(is, os, msgProp);
1108 MessageProp msgProp)
1111 return mechContext.unwrap(inBuf, offset, len, msgProp);
1119 MessageProp msgProp) throws GSSException {
1121 mechContext.unwrap(is, os, msgProp);
1129 MessageProp msgProp)
1132 return mechContext.getMIC(inMsg, offset, len, msgProp);
1087 wrap(byte inBuf[], int offset, int len, MessageProp msgProp) argument
1097 wrap(InputStream is, OutputStream os, MessageProp msgProp) argument
1107 unwrap(byte inBuf[], int offset, int len, MessageProp msgProp) argument
1118 unwrap(InputStream is, OutputStream os, MessageProp msgProp) argument
1128 getMIC(byte []inMsg, int offset, int len, MessageProp msgProp) argument
1139 getMIC(InputStream is, OutputStream os, MessageProp msgProp) argument
1149 verifyMIC(byte []inTok, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) argument
1162 verifyMIC(InputStream is, InputStream msgStr, MessageProp msgProp) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java368 MessageProp msgProp) throws GSSException {
374 return cStub.wrap(pContext, data, msgProp);
377 OutputStream os, MessageProp msgProp)
380 byte[] result = wrap(inBuf, offset, len, msgProp);
387 int outOffset, MessageProp msgProp)
389 byte[] result = wrap(inBuf, inOffset, len, msgProp);
394 MessageProp msgProp) throws GSSException {
398 byte[] token = wrap(data, 0, length, msgProp);
406 MessageProp msgProp)
411 return cStub.unwrap(pContext, temp, msgProp);
367 wrap(byte[] inBuf, int offset, int len, MessageProp msgProp) argument
376 wrap(byte inBuf[], int offset, int len, OutputStream os, MessageProp msgProp) argument
386 wrap(byte[] inBuf, int inOffset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
393 wrap(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
405 unwrap(byte[] inBuf, int offset, int len, MessageProp msgProp) argument
416 unwrap(byte[] inBuf, int inOffset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
430 unwrap(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
443 unwrap(InputStream inStream, byte[] outBuf, int outOffset, MessageProp msgProp) argument
460 getMIC(byte[] in, int offset, int len, MessageProp msgProp) argument
471 getMIC(InputStream inStream, OutputStream outStream, MessageProp msgProp) argument
487 verifyMIC(byte[] inToken, int tOffset, int tLen, byte[] inMsg, int mOffset, int mLen, MessageProp msgProp) argument
503 verifyMIC(InputStream tokStream, InputStream msgStream, MessageProp msgProp) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java843 MessageProp msgProp) throws GSSException {
858 new WrapToken(this, msgProp, inBuf, offset, len);
862 new WrapToken_v2(this, msgProp, inBuf, offset, len);
882 MessageProp msgProp) throws GSSException {
892 new WrapToken(this, msgProp, inBuf, inOffset, len);
896 new WrapToken_v2(this, msgProp, inBuf, inOffset, len);
915 OutputStream os, MessageProp msgProp)
926 new WrapToken(this, msgProp, inBuf, offset, len);
933 new WrapToken_v2(this, msgProp, inBuf, offset, len);
954 MessageProp msgProp) throw
842 wrap(byte inBuf[], int offset, int len, MessageProp msgProp) argument
880 wrap(byte inBuf[], int inOffset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
914 wrap(byte inBuf[], int offset, int len, OutputStream os, MessageProp msgProp) argument
953 wrap(InputStream is, OutputStream os, MessageProp msgProp) argument
969 unwrap(byte inBuf[], int offset, int len, MessageProp msgProp) argument
1006 unwrap(byte inBuf[], int inOffset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
1028 unwrap(InputStream is, byte[] outBuf, int outOffset, MessageProp msgProp) argument
1050 unwrap(InputStream is, OutputStream os, MessageProp msgProp) argument
1078 getMIC(byte []inMsg, int offset, int len, MessageProp msgProp) argument
1103 getMIC(byte []inMsg, int offset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
1136 getMIC(byte[] inMsg, int offset, int len, OutputStream os, MessageProp msgProp) argument
1158 getMIC(InputStream is, OutputStream os, MessageProp msgProp) argument
1173 verifyMIC(byte []inTok, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) argument
1191 verifyMIC(InputStream is, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) argument
[all...]

Completed in 44 milliseconds