Uses of Enum Class
no.difi.asic.KeyStoreType
Packages that use KeyStoreType
-
Uses of KeyStoreType in no.difi.asic
Fields in no.difi.asic declared as KeyStoreTypeModifier and TypeFieldDescriptionstatic final KeyStoreTypeSignatureHelper.DEFAULT_KEY_STORE_TYPEMethods in no.difi.asic that return KeyStoreTypeModifier and TypeMethodDescriptionstatic KeyStoreTypeReturns 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 no.difi.asic with parameters of type KeyStoreTypeModifier and TypeMethodDescriptionprotected KeyStoreSignatureHelper.loadKeyStore(InputStream keyStoreStream, String keyStorePassword, KeyStoreType keyStoreType) AsicWriter.sign(File keyStoreFile, String keyStorePassword, KeyStoreType keyStoreType, String keyAlias, String keyPassword) Signs and closes the ASiC archive using the private and public key stored in the supplied key store under the supplied alias name.Constructors in no.difi.asic with parameters of type KeyStoreTypeModifierConstructorDescriptionSignatureHelper(File keyStoreFile, String keyStorePassword, KeyStoreType keyStoreType, String keyAlias, String keyPassword) Loads the keystore and obtains the private key, the public key and the associated certificate referenced by the alias.SignatureHelper(InputStream keyStoreStream, String keyStorePassword, KeyStoreType keyStoreType, String keyAlias, String keyPassword) Loading keystore and fetching key -
Uses of KeyStoreType in no.difi.asic.extras
Methods in no.difi.asic.extras with parameters of type KeyStoreType