public class KeystoreBuilder extends Object
| Constructor and Description |
|---|
KeystoreBuilder() |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
build() |
byte[] |
build(CallbackHandler storePassSrc) |
KeystoreBuilder |
withKeyEntry(KeyEntry keyEntry) |
KeystoreBuilder |
withStoreId(String storeId) |
KeystoreBuilder |
withStoreType(KeyStoreType storeType) |
public KeystoreBuilder withStoreType(KeyStoreType storeType)
public KeystoreBuilder withStoreId(String storeId)
public KeystoreBuilder withKeyEntry(KeyEntry keyEntry)
public byte[] build(CallbackHandler storePassSrc) throws IOException, NoSuchAlgorithmException, CertificateException
public KeyStore build() throws IOException, NoSuchAlgorithmException, CertificateException
Copyright © 2020. All rights reserved.