Package | Description |
---|---|
COM.TIBCO.hawk.console.security |
Modifier and Type | Method and Description |
---|---|
static HsPackedOperation |
HsFramework.encrypt(HsOperation operation) |
HsPackedOperation |
HsConsoleInterface.pack(HsIdentifier id,
HsOperation operation)
Called from the TIB/Hawk Console API to transform every request into
secure form.
|
static HsPackedOperation |
HsFramework.pack(HsIdentifier id,
HsOperation operation) |
Modifier and Type | Method and Description |
---|---|
static HsUnpackedOperation |
HsFramework.decrypt(HsPackedOperation operation) |
HsUnpackedOperation |
HsAgentInterface.unpack(HsPackedOperation operation)
Called from within the TIB/Hawk agent to unpack every request into
plaintext form.
|
static HsUnpackedOperation |
HsFramework.unpack(HsPackedOperation operation) |
Copyright © 2000-2024 Cloud Software Group, Inc. All Rights Reserved.