public class NamedJcaJceHelper extends Object implements JcaJceHelper
| Constructor and Description |
|---|
NamedJcaJceHelper(String providerName) |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmParameterGenerator |
createAlgorithmParameterGenerator(String algorithm) |
AlgorithmParameters |
createAlgorithmParameters(String algorithm) |
AsymmetricKeyUnwrapper |
createAsymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm,
PrivateKey keyEncryptionKey) |
CertificateFactory |
createCertificateFactory(String algorithm) |
Cipher |
createCipher(String algorithm) |
MessageDigest |
createDigest(String algorithm) |
KeyAgreement |
createKeyAgreement(String algorithm) |
KeyFactory |
createKeyFactory(String algorithm) |
KeyGenerator |
createKeyGenerator(String algorithm) |
KeyPairGenerator |
createKeyPairGenerator(String algorithm) |
Mac |
createMac(String algorithm) |
Signature |
createSignature(String algorithm) |
SymmetricKeyUnwrapper |
createSymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm,
SecretKey keyEncryptionKey) |
public NamedJcaJceHelper(String providerName)
public Cipher createCipher(String algorithm) throws NoSuchAlgorithmException, NoSuchPaddingException, NoSuchProviderException
createCipher in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchPaddingExceptionNoSuchProviderExceptionpublic Mac createMac(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createMac in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic KeyAgreement createKeyAgreement(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createKeyAgreement in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createAlgorithmParameterGenerator in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic AlgorithmParameters createAlgorithmParameters(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createAlgorithmParameters in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic KeyGenerator createKeyGenerator(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createKeyGenerator in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic KeyFactory createKeyFactory(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createKeyFactory in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic KeyPairGenerator createKeyPairGenerator(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createKeyPairGenerator in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic MessageDigest createDigest(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createDigest in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic Signature createSignature(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
createSignature in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchProviderExceptionpublic CertificateFactory createCertificateFactory(String algorithm) throws NoSuchAlgorithmException, CertificateException, NoSuchProviderException
createCertificateFactory in interface JcaJceHelperNoSuchAlgorithmExceptionCertificateExceptionNoSuchProviderExceptionpublic AsymmetricKeyUnwrapper createAsymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm, PrivateKey keyEncryptionKey)
createAsymmetricUnwrapper in interface JcaJceHelperpublic SymmetricKeyUnwrapper createSymmetricUnwrapper(AlgorithmIdentifier keyEncryptionAlgorithm, SecretKey keyEncryptionKey)
createSymmetricUnwrapper in interface JcaJceHelperCopyright © 2015. All rights reserved.