public class KeyStoreKeyFactory extends Object
| Constructor and Description |
|---|
KeyStoreKeyFactory(org.springframework.core.io.Resource resource,
char[] password) |
KeyStoreKeyFactory(org.springframework.core.io.Resource resource,
char[] password,
String type) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
getKeyPair(String alias) |
KeyPair |
getKeyPair(String alias,
char[] password) |
public KeyStoreKeyFactory(org.springframework.core.io.Resource resource,
char[] password)
public KeyStoreKeyFactory(org.springframework.core.io.Resource resource,
char[] password,
String type)
Copyright © 2019 SpringSource. All rights reserved.