All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dbstarll.utils.lang.security.KeyFactoryBuilder Maven / Gradle / Ivy

The newest version!
package io.github.dbstarll.utils.lang.security;

import java.security.KeyFactory;
import java.security.NoSuchAlgorithmException;

public final class KeyFactoryBuilder extends AbstractSecurityBuilder {
    public KeyFactoryBuilder(KeyFactoryAlgorithm algorithm) throws NoSuchAlgorithmException, InstanceException {
        super(KeyFactory.class, algorithm);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy