Search in sources :

Example 6 with KeyCertificateAlgorithmValuesHolder

use of com.emc.storageos.security.keystore.impl.KeyCertificateAlgorithmValuesHolder in project coprhd-controller by CoprHD.

the class VirtualDataCenterService method getGenerator.

private KeyCertificatePairGenerator getGenerator() {
    if (generator == null) {
        generator = new KeyCertificatePairGenerator();
        generator.setKeyCertificateAlgorithmValuesHolder(new KeyCertificateAlgorithmValuesHolder(coordinator));
    }
    return generator;
}
Also used : KeyCertificateAlgorithmValuesHolder(com.emc.storageos.security.keystore.impl.KeyCertificateAlgorithmValuesHolder) KeyCertificatePairGenerator(com.emc.storageos.security.keystore.impl.KeyCertificatePairGenerator)

Aggregations

KeyCertificateAlgorithmValuesHolder (com.emc.storageos.security.keystore.impl.KeyCertificateAlgorithmValuesHolder)6 KeyCertificatePairGenerator (com.emc.storageos.security.keystore.impl.KeyCertificatePairGenerator)5 CoordinatorClientInetAddressMap (com.emc.storageos.coordinator.client.service.impl.CoordinatorClientInetAddressMap)4 DualInetAddress (com.emc.storageos.coordinator.client.service.impl.DualInetAddress)4 ZkConnection (com.emc.storageos.coordinator.common.impl.ZkConnection)4 FileInputStream (java.io.FileInputStream)4 URI (java.net.URI)4 Before (org.junit.Before)4 ArrayList (java.util.ArrayList)3 HashMap (java.util.HashMap)3 Properties (java.util.Properties)3 DistributedKeyStoreImpl (com.emc.storageos.security.keystore.impl.DistributedKeyStoreImpl)1 DistributedLoadKeyStoreParam (com.emc.storageos.security.keystore.impl.DistributedLoadKeyStoreParam)1 KeyCertificateEntry (com.emc.storageos.security.keystore.impl.KeyCertificateEntry)1 TrustedCertificateEntry (com.emc.storageos.security.keystore.impl.TrustedCertificateEntry)1 ViPRX509TrustManager (com.emc.storageos.security.ssl.ViPRX509TrustManager)1 InetAddress (java.net.InetAddress)1 LoadStoreParameter (java.security.KeyStore.LoadStoreParameter)1 ProtectionParameter (java.security.KeyStore.ProtectionParameter)1 CertificateException (java.security.cert.CertificateException)1