Uses of Class
org.xipki.security.pkcs12.KeypairWithCert
-
Packages that use KeypairWithCert Package Description org.xipki.security.pkcs12 -
-
Uses of KeypairWithCert in org.xipki.security.pkcs12
Methods in org.xipki.security.pkcs12 that return KeypairWithCert Modifier and Type Method Description static KeypairWithCertKeypairWithCert. fromKeystore(String keystoreType, InputStream keystoreStream, char[] keystorePassword, String keyname, char[] keyPassword, X509Cert cert)static KeypairWithCertKeypairWithCert. fromKeystore(String keystoreType, InputStream keystoreStream, char[] keystorePassword, String keyname, char[] keyPassword, X509Cert[] certchain)static KeypairWithCertKeypairWithCert. fromKeystore(KeyStore keystore, String keyname, char[] keyPassword, X509Cert[] certchain)Constructors in org.xipki.security.pkcs12 with parameters of type KeypairWithCert Constructor Description P12ContentSignerBuilder(KeypairWithCert keypairWithCert)P12XdhMacContentSignerBuilder(KeypairWithCert keypairWithCert, X509Cert peerCert)
-