public interface IAS4CryptoFactory
AS4CryptoFactoryPropertiesFile for an implementation of this
interface using a properties based approach| Modifier and Type | Method and Description |
|---|---|
default org.apache.wss4j.dom.engine.WSSConfig |
createWSSConfig() |
org.apache.wss4j.common.crypto.Crypto |
getCrypto() |
String |
getKeyAlias() |
String |
getKeyPassword() |
KeyStore |
getKeyStore() |
KeyStore.PrivateKeyEntry |
getPrivateKeyEntry() |
@Nonnull org.apache.wss4j.common.crypto.Crypto getCrypto()
Crypto instance and never null.@Nullable KeyStore getKeyStore()
null if none is available
(the reasons depend on the used implementation).@Nullable KeyStore.PrivateKeyEntry getPrivateKeyEntry()
null if none is available (the reasons depend on the
used implementation).@Nullable String getKeyAlias()
null.@Nullable String getKeyPassword()
null.@Nonnull default org.apache.wss4j.dom.engine.WSSConfig createWSSConfig()
Copyright © 2015–2020 Philip Helger. All rights reserved.