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
CryptoException
Cipher getDecryptor(CipherAlg aCipherAlg) throws CryptoException
CryptoException
Digester getDigester(DigestAlg aDigestAlg) throws CryptoException
CryptoException
Signer getSigner(SignatureAlg aSignatureAlg) throws CryptoException
CryptoException
Verifier getVerifier(SignatureAlg aSignatureAlg) throws CryptoException
CryptoException
MAC getMAC(MACAlg aMACAlg) throws CryptoException
CryptoException
Wrapper getWrapper(WrapAlg aWrapAlg) throws CryptoException
CryptoException
Wrapper getUnwrapper(WrapAlg aWrapAlg) throws CryptoException
CryptoException
KeyAgreement getKeyAgreement(KeyAgreementAlg aKeyAgreementAlg) throws CryptoException
CryptoException
KeyFactory getKeyFactory() throws CryptoException
CryptoException
KeyPairGenerator getKeyPairGenerator(AsymmetricAlg aAsymmetricAlg) throws CryptoException
CryptoException
RandomGenerator getRandomGenerator()
boolean isFipsMode()
void destroyProvider()
Copyright © 2025. All rights reserved.