Uses of Enum Class
org.frankframework.encryption.KeystoreType
Package
Description
-
Uses of KeystoreType in org.frankframework.encryption
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionAbstractHttpSession.getKeystoreType()
AbstractHttpSession.getTruststoreType()
Modifier and TypeMethodDescriptionvoid
AbstractHttpSender.setCertificateType
(KeystoreType value) Deprecated, for removal: This API element is subject to removal in a future version.void
AbstractHttpSession.setKeystoreType
(KeystoreType value) void
AbstractHttpSession.setTruststoreType
(KeystoreType value) -
Uses of KeystoreType in org.frankframework.pipes
Modifier and TypeMethodDescriptionvoid
SignaturePipe.setKeystoreType
(KeystoreType value) Type of keystore, can be pkcs12 or pem -
Uses of KeystoreType in org.frankframework.senders
Modifier and TypeMethodDescriptionSendGridSender.getKeystoreType()
SendGridSender.getTruststoreType()
Modifier and TypeMethodDescriptionvoid
SendGridSender.setKeystoreType
(KeystoreType keystoreType) void
SendGridSender.setTruststoreType
(KeystoreType truststoreType)