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;
}
Aggregations