public interface CryptoProvider
| Modifier and Type | Method and Description |
|---|---|
void |
destroyProvider() |
Cipher |
getDecryptor(CipherAlg aCipherAlg) |
Digester |
getDigester(DigestAlg aDigestAlg) |
Cipher |
getEncryptor(CipherAlg aCipherAlg) |
KeyAgreement |
getKeyAgreement(KeyAgreementAlg aKeyAgreementAlg) |
KeyFactory |
getKeyFactory() |
KeyPairGenerator |
getKeyPairGenerator(AsymmetricAlg aAsymmetricAlg) |
MAC |
getMAC(MACAlg aMACAlg) |
RandomGenerator |
getRandomGenerator() |
Signer |
getSigner(SignatureAlg aSignatureAlg) |
Wrapper |
getUnwrapper(WrapAlg aWrapAlg) |
Verifier |
getVerifier(SignatureAlg aSignatureAlg) |
Wrapper |
getWrapper(WrapAlg aWrapAlg) |
boolean |
isFipsMode() |
Cipher getEncryptor(CipherAlg aCipherAlg) throws CryptoException
CryptoExceptionCipher getDecryptor(CipherAlg aCipherAlg) throws CryptoException
CryptoExceptionDigester getDigester(DigestAlg aDigestAlg) throws CryptoException
CryptoExceptionSigner getSigner(SignatureAlg aSignatureAlg) throws CryptoException
CryptoExceptionVerifier getVerifier(SignatureAlg aSignatureAlg) throws CryptoException
CryptoExceptionMAC getMAC(MACAlg aMACAlg) throws CryptoException
CryptoExceptionWrapper getWrapper(WrapAlg aWrapAlg) throws CryptoException
CryptoExceptionWrapper getUnwrapper(WrapAlg aWrapAlg) throws CryptoException
CryptoExceptionKeyAgreement getKeyAgreement(KeyAgreementAlg aKeyAgreementAlg) throws CryptoException
CryptoExceptionKeyFactory getKeyFactory() throws CryptoException
CryptoExceptionKeyPairGenerator getKeyPairGenerator(AsymmetricAlg aAsymmetricAlg) throws CryptoException
CryptoExceptionRandomGenerator getRandomGenerator()
boolean isFipsMode()
void destroyProvider()
Copyright © 2025. All rights reserved.