GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type org.ietf.jgss.MessageProp | |
byte[] | Returns a token containing a cryptographic MIC for the supplied
message, for transfer to the peer application. |
void | Produces a token containing a cryptographic MIC for the supplied
message, for transfer to the peer application. |
byte[] | Used by the peer application to process tokens generated with the
wrap call. |
void | Used by the peer application to process tokens generated with the
wrap call. |
void | GSSContext.verifyMIC(byte[] inTok, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) Verifies the cryptographic MIC, contained in the token parameter,
over the supplied message. |
void | Verifies the cryptographic MIC, contained in the token parameter,
over the supplied message. |
byte[] | Applies per-message security services over the established security
context. |
void | Allows to apply per-message security services over the established
security context. |
GNU Classpath (0.95) |