Package no.difi.sdp.client2.internal
Class TrustedCertificates
- java.lang.Object
-
- no.difi.sdp.client2.internal.TrustedCertificates
-
@Deprecated public class TrustedCertificates extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description TrustedCertificates()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidaddCertificatesToTrustStore(Stream<X509Certificate> certificates, KeyStore trustStore)Deprecated.static KeyStoregetTrustStore()Deprecated.
-
-
-
Method Detail
-
getTrustStore
@Deprecated public static KeyStore getTrustStore()
Deprecated.
-
addCertificatesToTrustStore
@Deprecated public static void addCertificatesToTrustStore(Stream<X509Certificate> certificates, KeyStore trustStore) throws KeyStoreException
Deprecated.- Throws:
KeyStoreException
-
-