Class CryptoAdapter
java.lang.Object
ch.admin.bit.jeap.crypto.internal.core.jca.CryptoAdapter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CryptoAdapter
public CryptoAdapter()
-
-
Method Details
-
createCipher
public static Cipher createCipher(String algorithm) throws NoSuchPaddingException, NoSuchAlgorithmException, NoSuchProviderException -
getKeyFactoryInstance
public static KeyFactory getKeyFactoryInstance(String rsa) throws NoSuchAlgorithmException, NoSuchProviderException
-