Class KeyStoreKeyFactory
java.lang.Object
org.springframework.security.crypto.encrypt.KeyStoreKeyFactory
- Since:
- 6.3
-
Constructor Summary
ConstructorDescriptionKeyStoreKeyFactory
(org.springframework.core.io.Resource resource, char[] password) KeyStoreKeyFactory
(org.springframework.core.io.Resource resource, char[] password, String type) -
Method Summary
Modifier and TypeMethodDescriptiongetKeyPair
(String alias) getKeyPair
(String alias, char[] password)
-
Constructor Details
-
KeyStoreKeyFactory
public KeyStoreKeyFactory(org.springframework.core.io.Resource resource, char[] password) -
KeyStoreKeyFactory
public KeyStoreKeyFactory(org.springframework.core.io.Resource resource, char[] password, String type)
-
-
Method Details
-
getKeyPair
-
getKeyPair
-