public class DefaultJcaJceHelper extends Object implements JcaJceHelper
JcaJceHelper that obtains all algorithms using the default JCA/JCE mechanism (i.e.
without specifying a provider).| Constructor and Description |
|---|
DefaultJcaJceHelper() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmParameterGenerator |
createAlgorithmParameterGenerator(String algorithm) |
AlgorithmParameters |
createAlgorithmParameters(String algorithm) |
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) |
SecretKeyFactory |
createSecretKeyFactory(String algorithm) |
SecureRandom |
createSecureRandom(String algorithm) |
Signature |
createSignature(String algorithm) |
public Cipher createCipher(String algorithm) throws NoSuchAlgorithmException, NoSuchPaddingException
createCipher in interface JcaJceHelperNoSuchAlgorithmExceptionNoSuchPaddingExceptionpublic Mac createMac(String algorithm) throws NoSuchAlgorithmException
createMac in interface JcaJceHelperNoSuchAlgorithmExceptionpublic KeyAgreement createKeyAgreement(String algorithm) throws NoSuchAlgorithmException
createKeyAgreement in interface JcaJceHelperNoSuchAlgorithmExceptionpublic AlgorithmParameterGenerator createAlgorithmParameterGenerator(String algorithm) throws NoSuchAlgorithmException
createAlgorithmParameterGenerator in interface JcaJceHelperNoSuchAlgorithmExceptionpublic AlgorithmParameters createAlgorithmParameters(String algorithm) throws NoSuchAlgorithmException
createAlgorithmParameters in interface JcaJceHelperNoSuchAlgorithmExceptionpublic KeyGenerator createKeyGenerator(String algorithm) throws NoSuchAlgorithmException
createKeyGenerator in interface JcaJceHelperNoSuchAlgorithmExceptionpublic KeyFactory createKeyFactory(String algorithm) throws NoSuchAlgorithmException
createKeyFactory in interface JcaJceHelperNoSuchAlgorithmExceptionpublic SecretKeyFactory createSecretKeyFactory(String algorithm) throws NoSuchAlgorithmException
createSecretKeyFactory in interface JcaJceHelperNoSuchAlgorithmExceptionpublic KeyPairGenerator createKeyPairGenerator(String algorithm) throws NoSuchAlgorithmException
createKeyPairGenerator in interface JcaJceHelperNoSuchAlgorithmExceptionpublic MessageDigest createDigest(String algorithm) throws NoSuchAlgorithmException
createDigest in interface JcaJceHelperNoSuchAlgorithmExceptionpublic Signature createSignature(String algorithm) throws NoSuchAlgorithmException
createSignature in interface JcaJceHelperNoSuchAlgorithmExceptionpublic CertificateFactory createCertificateFactory(String algorithm) throws CertificateException
createCertificateFactory in interface JcaJceHelperCertificateExceptionpublic SecureRandom createSecureRandom(String algorithm) throws NoSuchAlgorithmException
createSecureRandom in interface JcaJceHelperNoSuchAlgorithmExceptionCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.