| Package | Description |
|---|---|
| org.xipki.security.pkcs12 |
| Modifier and Type | Method and Description |
|---|---|
static KeypairWithCert |
KeypairWithCert.fromKeystore(KeyStore keystore,
String keyname,
char[] keyPassword,
X509Certificate[] certchain) |
static KeypairWithCert |
KeypairWithCert.fromKeystore(String keystoreType,
InputStream keystoreStream,
char[] keystorePassword,
String keyname,
char[] keyPassword,
X509Certificate cert) |
static KeypairWithCert |
KeypairWithCert.fromKeystore(String keystoreType,
InputStream keystoreStream,
char[] keystorePassword,
String keyname,
char[] keyPassword,
X509Certificate[] certchain) |
| Constructor and Description |
|---|
P12ContentSignerBuilder(KeypairWithCert keypairWithCert) |
P12XdhMacContentSignerBuilder(KeypairWithCert keypairWithCert,
X509Certificate peerCert) |
Copyright © 2019. All rights reserved.