Type Params | Return Type | Name and description |
---|---|---|
|
WssCrypto |
addCrypto(java.lang.String source, java.lang.String password, CryptoType type) |
|
IncomingWss |
addIncomingWss(java.lang.String label) |
|
OutgoingWss |
addOutgoingWss(java.lang.String label) |
|
void |
addWssContainerListener(WssContainerListener listener) |
|
WssCrypto |
getCryptoById(java.lang.String cryptoId) Get keystore (or truststore) added to the project by ID |
|
WssCrypto |
getCryptoById(java.lang.String cryptoId, boolean outgoingWSSConfig) Get keystore (or truststore) added to the project by ID |
|
WssCrypto |
getCryptoByName(java.lang.String cryptoName) |
|
WssCrypto |
getCryptoByName(java.lang.String cryptoName, boolean outgoingWSSConfig) |
|
int |
getCryptoCount() |
|
java.util.List<WssCrypto> |
getCryptoList() |
|
java.lang.String[] |
getCryptoNames() |
|
IncomingWss |
getIncomingWssAt(int index) |
|
IncomingWss |
getIncomingWssByName(java.lang.String incomingName) |
|
int |
getIncomingWssCount() |
|
java.util.List<IncomingWss> |
getIncomingWssList() |
|
java.lang.String[] |
getIncomingWssNames() |
|
ModelItem |
getModelItem() |
|
OutgoingWss |
getOutgoingWssAt(int index) |
|
OutgoingWss |
getOutgoingWssByName(java.lang.String outgoingName) |
|
int |
getOutgoingWssCount() |
|
java.util.List<OutgoingWss> |
getOutgoingWssList() |
|
java.lang.String[] |
getOutgoingWssNames() |
|
void |
importConfig(WssContainer wssContainer) |
|
void |
removeCrypto(WssCrypto crypto) |
|
void |
removeIncomingWssAt(int row) |
|
void |
removeOutgoingWssAt(int row) |
|
void |
removeWssContainerListener(WssContainerListener listener) |
Get keystore (or truststore) added to the project by ID
cryptoId
- ID of required keystoreGet keystore (or truststore) added to the project by ID
cryptoId
- ID of required keystoreoutgoingWSSConfig
- find keystores in outgoing messages config or not