public class KeyStoreKeyFactory extends Object
Resource location of a keystore file and
the password to unlock it, and the factory grabs the keypairs from the store by name (and optionally password).| Constructor and Description |
|---|
KeyStoreKeyFactory(org.springframework.core.io.Resource resource,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
getKeyPair(String alias) |
KeyPair |
getKeyPair(String alias,
char[] password) |
Copyright © 2019. All rights reserved.