Class RpcKeyStoreUtil
java.lang.Object
de.xima.fc.certificate.provider.internal.RpcKeyStoreUtil
Utility class for handling encrypted key stores in the context of RPC invocations.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateBundletoCertificateBundle(EncryptedKeyStore encryptedKeyStore, char[] password) static Set<CertificateBundle> toCertificateBundles(EncryptedKeyStore encryptedKeyStore, char[] password)
-
Method Details
-
toCertificateBundle
public static CertificateBundle toCertificateBundle(EncryptedKeyStore encryptedKeyStore, char[] password) throws FcCertificateProviderException - Throws:
FcCertificateProviderException
-
toCertificateBundles
public static Set<CertificateBundle> toCertificateBundles(EncryptedKeyStore encryptedKeyStore, char[] password) throws FcCertificateProviderException - Throws:
FcCertificateProviderException
-