Uses of Enum Class
org.frankframework.encryption.KeystoreType
Packages that use KeystoreType
Package
Description
-
Uses of KeystoreType in org.frankframework.encryption
Methods in org.frankframework.encryption that return KeystoreTypeModifier and TypeMethodDescriptionHasKeystore.getKeystoreType()
HasTruststore.getTruststoreType()
static KeystoreType
Returns the enum constant of this class with the specified name.static KeystoreType[]
KeystoreType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.encryption with parameters of type KeystoreTypeModifier and TypeMethodDescriptionstatic KeyStore
PkiUtil.createKeyStore
(URL url, String password, KeystoreType keystoreType, String purpose) void
HasKeystore.setKeystoreType
(KeystoreType keystoreType) Type of keystorevoid
HasTruststore.setTruststoreType
(KeystoreType truststoreType) Type of truststore -
Uses of KeystoreType in org.frankframework.http
Methods in org.frankframework.http that return KeystoreTypeModifier and TypeMethodDescriptionAbstractHttpSession.getKeystoreType()
AbstractHttpSession.getTruststoreType()
Methods in org.frankframework.http with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoid
AbstractHttpSession.setKeystoreType
(KeystoreType value) void
AbstractHttpSession.setTruststoreType
(KeystoreType value) -
Uses of KeystoreType in org.frankframework.pipes
Methods in org.frankframework.pipes that return KeystoreTypeMethods in org.frankframework.pipes with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoid
SignaturePipe.setKeystoreType
(KeystoreType value) Type of keystore, can be pkcs12 or pem -
Uses of KeystoreType in org.frankframework.senders
Methods in org.frankframework.senders that return KeystoreTypeModifier and TypeMethodDescriptionSendGridSender.getKeystoreType()
SendGridSender.getTruststoreType()
Methods in org.frankframework.senders with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoid
SendGridSender.setKeystoreType
(KeystoreType keystoreType) void
SendGridSender.setTruststoreType
(KeystoreType truststoreType)