|
|||||||||
Home >> All >> gnu >> javax >> crypto >> [ key overview ] | PREV NEXT |
Uses of Class
gnu.javax.crypto.key.IncomingMessage
Uses of IncomingMessage in gnu.javax.crypto.key |
Methods in gnu.javax.crypto.key that return IncomingMessage | |
static IncomingMessage |
IncomingMessage.getInstance(byte[] raw)
Returns an instance of a message given its encoded contents, excluding the message's header bytes. |
static IncomingMessage |
IncomingMessage.getInstance(byte[] raw,
int offset,
int len)
Returns an instance of a message given its encoded contents, excluding the message's header bytes. |
Methods in gnu.javax.crypto.key with parameters of type IncomingMessage | |
OutgoingMessage |
IKeyAgreementParty.processMessage(IncomingMessage in)
Processes an incoming message at one end, generating a message that will be processed by the other party(ies). |
OutgoingMessage |
BaseKeyAgreementParty.processMessage(IncomingMessage in)
|
protected abstract OutgoingMessage |
BaseKeyAgreementParty.engineProcessMessage(IncomingMessage in)
|
|
|||||||||
Home >> All >> gnu >> javax >> crypto >> [ key overview ] | PREV NEXT |