-
au.net.causal.maven.nativesecurity.encrypter.NativeEncrypter.decrypt()
Decrypts a password.
@param base64EncodedPassword the base64 encoded password to decrypt.
@return the password.
@throws NullPointerException if base64EncodedPassword
is null.
@throws EncryptionException if an error occurs performing decryption.
-
br.net.woodstock.rockframework.security.crypt.Crypter.decrypt()
-
ch.inftec.ju.security.JuTextEncryptor.decrypt()
Decrypts a message.
@param encryptedMessage the message to be decrypted.
-
com.adobe.epubcheck.ocf.EncryptionFilter.decrypt()
-
com.aelitis.azureus.core.security.CryptoHandler.decrypt()
-
com.alibaba.otter.node.etl.common.io.crypto.AESUtils.decrypt()
解密byte数据
@param encrypted
@return
@throws AESException
-
com.avaje.ebeaninternal.server.type.SimpleAesEncryptor.decrypt()
-
com.bj58.spat.gaea.server.secure.DESHelper.decrypt()
解密
@param dest 密文
@return 原文
@throws Exception
-
com.drighetto.essai.bouncycastle.cipher.AsymmetricKeyCipher.decrypt()
Decryption method
@param message
@return Decrypted bytes
@throws InvalidKeyException
@throws BadPaddingException
@throws IllegalBlockSizeException
@throws IllegalStateException
@throws NoSuchPaddingException
@throws NoSuchProviderException
@throws NoSuchAlgorithmException
-
com.drighetto.essai.bouncycastle.cipher.AsymmetricKeyLongTextCipher.decrypt()
Decryption method
@param message
@return Decrypted bytes
@throws Exception
@throws IOException
-
com.drighetto.essai.bouncycastle.cipher.SymmetricKeyCipher.decrypt()
Decryption method
@param message
@return Decrypted bytes
@throws InvalidKeyException
@throws BadPaddingException
@throws IllegalBlockSizeException
@throws IllegalStateException
@throws NoSuchPaddingException
@throws NoSuchProviderException
@throws NoSuchAlgorithmException
-
com.elasticinbox.core.blob.encryption.AESEncryptionHandler.decrypt()
-
com.elasticinbox.core.blob.encryption.EncryptionHandler.decrypt()
Decrypt input stream
@param in Encrypted input stream
@param key AES key used for encryption
@param iv Initialisation vector used for encryption
@return Decrypted input stream
@throws GeneralSecurityException
-
com.encryption.DesEncrypter.decrypt()
从加密的输入流in解密到输出流out
@param in 加密的输入流
@param out 解密后的输出流
-
com.encryption.RSAEncrypter.decrypt()
Basic decrypt method
@return byte[]
-
com.fathomdb.crypto.CryptoKey.decrypt()
-
com.github.ebnew.ki4so.core.authentication.EncryCredentialManager.decrypt()
对编码的凭据信息进行解码,解码后为 一个凭据对象。
@param encryCredential 加密和编码后的凭据信息。
@return 解密和解码后的凭据信息。
-
com.google.paymentexpress.server.decrypt.Decrypter.decrypt()
-
com.googlecode.gwt.crypto.client.AESCipher.decrypt()
-
com.im.imjutil.cipher.Cipher.decrypt()
Decodifica os bytes passados pelo algoritmo configurado.
-
com.jprotectfile.model.FileEncryptor.decrypt()
-
com.nimbusds.jose.JWEObject.decrypt()
Decrypts this JWE object with the specified decrypter. The JWE object must be in a {@link State#ENCRYPTED encrypted} state.
@param decrypter The JWE decrypter. Must not be {@code null}.
@throws IllegalStateException If the JWE object is not in an {@link State#ENCRYPTED encryptedstate}.
@throws JOSEException If the JWE object couldn't be decrypted.
-
com.openbravo.pos.util.AltEncrypter.decrypt()
-
com.securityinnovation.jNeo.ntruencrypt.NtruEncryptKey.decrypt()
Decrypt a ciphertext and return the plaintext. On error an exception is thrown.
@param ciphertext the input ciphertext.
@return the decrypted plaintext.
-
com.streamreduce.core.model.ConnectionCredentialsEncrypter.decrypt()
-
com.upgradingdave.encryption.JasyptExample.decrypt()
-
com.wyn.rest.server.security.SymetricEncryptionUtil.decrypt()
Convert encrypted bytes to plain bytes
@param data The data to decrypt
@param key The secret key, usually a password
@param algorithm The algorithm to use
@return The uncrypted data (plain)
-
com.zwl.util.zip.impl.AESDecrypter.decrypt()
-
com.zwl.util.zip.impl.AESDecrypterBC.decrypt()
perform pseudo "in-place" encryption
-
cx.fbn.nevernote.evernote.EnCrypt.decrypt()
-
cx.fbn.nevernote.utilities.AESEncrypter.decrypt()
-
de.innovationgate.utils.DESEncrypter.decrypt()
Decrypts the given string to original bytes
@param str The encrypted string
@return The decrypted bytes or null if it could not be decrypted
-
de.iritgo.aktera.crypto.Encryptor.decrypt()
Decrypt the data according to the appropriate algorithm.
@param inputData[] The data to be decrypted as a byte array.
@throws ChainedException If there is an error decrypting the data.
@return The byte array containing the decrypted version of the inputdata.
-
de.tuclausthal.informatik.winf.mobileagents.security.CryptographicProvider.decrypt()
Decrypts the data with the given key.
@param data data to be decrypted
@param key key to use for decryption
@return unencrypted data
-
de.tuclausthal.informatik.winf.mobileagents.security.impl.GPGCryptographicProvider.decrypt()
Decrypts the data with the given key. If key is null, a matching key from the keyring is used.
Options in effect are --decrypt and --always-trust; see gpg manual for more details.
@param data encrypted and possibly signed data
@param key key to use,
null
if autodetect
@return decrypted data
@see de.tuclausthal.informatik.winf.mobileagents.security.CryptographicProvider#decrypt
-
dubious.sub.goobi.helper.encryption.DesEncrypter.decrypt()
-
iaik.pkcs.pkcs12.PKCS12.decrypt()
-
iaik.pkcs.pkcs8.EncryptedPrivateKeyInfo.decrypt()
-
it.eng.spago.security.DefaultCipher.decrypt()
-
mycrypto.Encrypter.decrypt()
-
net.ex337.scriptus.config.ScriptusConfig.decrypt()
-
net.laubenberger.bogatyr.service.crypto.CryptoSymmetric.decrypt()
-
net.laubenberger.bogatyr.service.crypto.CryptoSymmetricImpl.decrypt()
-
net.webpasswordsafe.server.plugin.encryption.EsapiEncryptor.decrypt()
-
nexj.core.util.cipher.CharacterStreamCipherDispatcher.decrypt()
Convenience method that decrypts the argument and returns is as a String.
@param sEncrypted The String to decrypt. Can be null.
@return The decrypted String.
-
org.apache.abdera.security.Encryption.decrypt()
Decrypt the document using the specified options
@param doc The document to decrypt
@param options The decryption options
@return The decrypted document
@throws org.apache.abdera.security.SecurityException if the decryption failed
-
org.apache.commons.vfs2.util.Cryptor.decrypt()
Decrypts the password.
@param encryptedKey the encrypted password.
@return The plain text password.
@throws Exception If an error occurs.
-
org.apache.cxf.rs.security.oauth2.jwe.JweDecryption.decrypt()
-
org.apache.directory.server.kerberos.shared.crypto.encryption.CipherTextHandler.decrypt()
-
org.apache.hadoop.gateway.services.security.impl.AESEncryptor.decrypt()
-
org.apache.juddi.v3.client.cryptor.AES128Cryptor.decrypt()
-
org.apache.juddi.v3.client.cryptor.AES256Cryptor.decrypt()
-
org.apache.juddi.v3.client.cryptor.Cryptor.decrypt()
decrypts the string
@param str
@return if the password can be decrypted, the decrypted value isreturned, otherwise the original value is returned
In the event that decryption fails, the error message must be logged.
@throws NoSuchPaddingException
@throws NoSuchAlgorithmException
@throws InvalidAlgorithmParameterException
@throws InvalidKeyException
@throws IllegalBlockSizeException
@throws BadPaddingException
-
org.apache.juddi.v3.client.cryptor.DefaultCryptor.decrypt()
-
org.apache.juddi.v3.client.cryptor.TripleDESCrytor.decrypt()
-
org.apache.maven.settings.crypto.SettingsDecrypter.decrypt()
Decrypts passwords in the settings.
@param request The settings decryption request that holds the parameters, must not be {@code null}.
@return The result of the settings decryption, never {@code null}.
-
org.apache.openejb.cipher.PasswordCipher.decrypt()
Decodes an encoded password and returns a plain text password.
@param encryptedPassword The ciphered password to decode. May not be null
,nor empty.
@return The plain text password.
-
org.apache.openejb.cipher.PlainTextPasswordCipher.decrypt()
Returns the encryptedPassword
as plain text string.
@param encryptedPassword the encoded password
@return String the decoded password
@see org.apache.openejb.cipher.PasswordCipher#decrypt(char[])
-
org.apache.openejb.cipher.StaticDESPasswordCipher.decrypt()
@throws RuntimeException in any case of error.
@see org.apache.openejb.cipher.PasswordCipher#decrypt(char[])
-
org.apache.openejb.resource.jdbc.PasswordCipher.decrypt()
Decodes an encoded password and returns a plain text password.
@param encryptedPassword The ciphered password to decode. May not be null
, nor empty.
@return The plain text password.
-
org.apache.openejb.resource.jdbc.cipher.PasswordCipher.decrypt()
Decodes an encoded password and returns a plain text password.
@param encryptedPassword The ciphered password to decode. May not be null
, nor empty.
@return The plain text password.
-
org.apache.openejb.resource.jdbc.cipher.PlainTextPasswordCipher.decrypt()
Returns the encryptedPassword
as plain text string.
@param encryptedPassword the encoded password
@return String the decoded password
@see PasswordCipher#decrypt(char[])
-
org.apache.openejb.resource.jdbc.cipher.StaticDESPasswordCipher.decrypt()
@see PasswordCipher#decrypt(char[])
@throws RuntimeException in any case of error.
-
org.apache.openjpa.lib.encryption.EncryptionProvider.decrypt()
This method will decrypt the provided string. If null is passed into this method it should noop and return null. No exceptions should ever escape from this method. Note: Currently method is ONLY called to decrypt openjpa.ConnectionPassword and openjpa.Connection2Password properties.
-
org.apache.pdfbox.pdmodel.PDDocument.decrypt()
This will decrypt a document. This method is provided for compatibility reasons only. User should use the new security layer instead and the openProtection method especially.
@param password Either the user or owner password.
@throws CryptographyException If there is an error decrypting the document.
@throws IOException If there is an error getting the stream data.
@throws InvalidPasswordException If the password is not a user or owner password.
-
org.apache.shiro.crypto.AesCipherService.decrypt()
-
org.apache.shiro.crypto.CipherService.decrypt()
Decrypts encrypted data via the specified cipher key and returns the original (pre-encrypted) data. Note that the key must be in a format understood by the CipherService implementation.
@param encrypted the previously encrypted data to decrypt
@param decryptionKey the cipher key used during decryption.
@return a byte source representing the original form of the specified encrypted data.
@throws CryptoException if there is an error during decryption
-
org.apache.synapse.securevault.DecryptionProvider.decrypt()
Decrypts input cipher bytes
@param cipherText as a byte array
@return plain text as byte array
-
org.apache.uima.ducc.common.crypto.Crypto.decrypt()
-
org.apache.xml.security.algorithms.encryption.EncryptionMethod.decrypt()
Method decrypt
@param ciphertextBytes
@param contentKey
@throws XMLSecurityException
-
org.arch.encrypt.SimpleEncrypt.decrypt()
-
org.bitcoinj.wallet.DeterministicSeed.decrypt()
-
org.cfcc.utils.Crypto.decrypt()
Takes a base64 encoded string with the encrypted data and returns the cleartext. Removes the algorithm name prefix (if used).
@param encrypted_data A string with the base64 encoded version of the encrypted string.
@throws org.cfcc.CryptoException If any part of the decryption process fails.
@return A string with the cleartext password.
-
org.datanucleus.store.encryption.ConnectionEncryptionProvider.decrypt()
-
org.globus.gsi.OpenSSLKey.decrypt()
-
org.globus.gsi.bc.BouncyCastleOpenSSLKey.decrypt()
-
org.gudy.azureus2.ui.console.util.StringEncrypter.decrypt()
-
org.h2.security.BlockCipher.decrypt()
Decrypt a number of bytes. This is done in-place, that means the bytes are overwritten.
@param bytes the byte array
@param off the start index
@param len the number of bytes to decrypt
-
org.hdiv.cipher.ICipherHTTP.decrypt()
Decrypts
data
in a single-part operation, or finishes a multiple-part operation. The data is decrypted depending on how this cipher was initialized.
The bytes in the input buffer, and any input bytes that may have been buffered during a previous update operation, are processed, with padding (if requested) being applied. The result is stored in a new buffer.
if any exception is thrown, this cipher object may need to be reset before it can be used again.
@param data The input buffer to decrypt
@return The new buffer with the result
-
org.infoglue.cms.util.DesEncryptionHelper.decrypt()
-
org.jasypt.encryption.pbe.StandardPBEByteEncryptor.decrypt()
sasecurity.com/rsalabs/node.asp?id=2127" target="_blank">PKCS #5: Password-Based Cryptography Standard.
If a random salt generator is used, this decryption operation will expect to find an unencrypted salt at the beginning of the encrypted input, so that the decryption operation can be correctly performed (there is no other way of knowing it).
@param encryptedMessage the byte array message to be decrypted
@return the result of decryption
@throws EncryptionOperationNotPossibleException if the decryption operation fails, ommitting any further information about the cause for security reasons.
@throws EncryptionInitializationException if initialization could notbe correctly done (for example, no password has been set).
-
org.jasypt.encryption.pbe.StandardPBEStringEncryptor.decrypt()
sasecurity.com/rsalabs/node.asp?id=2127" target="_blank">PKCS #5: Password-Based Cryptography Standard.
If a random salt generator is used, this decryption operation will expect to find an unencrypted salt at the beginning of the encrypted input, so that the decryption operation can be correctly performed (there is no other way of knowing it).
@param encryptedMessage the String message to be decrypted
@return the result of decryption
@throws EncryptionOperationNotPossibleException if the decryption operation fails, ommitting any further information about the cause for security reasons.
@throws EncryptionInitializationException if initialization could notbe correctly done (for example, no password has been set).
-
org.jasypt.intf.service.JasyptStatelessService.decrypt()
Configure and perform a decryption operation.
@param input
@param password
@param passwordEnvName
@param passwordSysPropertyName
@param algorithm
@param algorithmEnvName
@param algorithmSysPropertyName
@param keyObtentionIterations
@param keyObtentionIterationsEnvName
@param keyObtentionIterationsSysPropertyName
@param saltGeneratorClassName
@param saltGeneratorClassNameEnvName
@param saltGeneratorClassNameSysPropertyName
@param providerName
@param providerNameEnvName
@param providerNameSysPropertyName
@param providerClassName
@param providerClassNameEnvName
@param providerClassNameSysPropertyName
@param stringOutputType
@param stringOutputTypeEnvName
@param stringOutputTypeSysPropertyName
@return the result of the decryption operation
@throws EncryptionOperationNotPossibleException if the operation couldnot be performed (either because of wrong input or wrong parametrization).
-
org.jasypt.util.binary.BasicBinaryEncryptor.decrypt()
Decrypts a byte array.
@param encryptedBinary the byte array to be decrypted.
@see StandardPBEByteEncryptor#decrypt(byte[])
-
org.jasypt.util.binary.StrongBinaryEncryptor.decrypt()
Decrypts a byte array.
@param encryptedBinary the byte array to be decrypted.
@see StandardPBEByteEncryptor#decrypt(byte[])
-
org.jasypt.util.text.BasicTextEncryptor.decrypt()
Decrypts a message.
@param encryptedMessage the message to be decrypted.
@see StandardPBEStringEncryptor#decrypt(String)
-
org.jasypt.util.text.StrongTextEncryptor.decrypt()
Decrypts a message.
@param encryptedMessage the message to be decrypted.
@see StandardPBEStringEncryptor#decrypt(String)
-
org.jboss.resteasy.jose.jwe.JWEInput.decrypt()
-
org.jboss.shrinkwrap.resolver.impl.maven.internal.decrypt.MavenSettingsDecrypter.decrypt()
-
org.jitterbit.crypto.pgp.FileDecryptor.decrypt()
Decrypts a File
and writes the result to another File
. If a {@link #setVerificationKey(Key) verification key} has been set the message signature is alsoauthenticated.
@param toDecrypt the File
to decrypt
@param output the output File
in which to write the decrypted message. If this file exists it will be overwritten. If this argument represents a directory, the file will be created in that directory, using the file name that was encoded in the encrypted message.
@param decryptionKey the private key (of the receiver) to use for decryption. The key will be {@link Key#close() closed} automatically at the end of the call.
@param keyPassword the password that protects the decryptionKey
@return a FileDecryptionResult
representing the result of the decryption and(optional) signature verification
-
org.jitterbit.crypto.pgp.PassphraseCrypto.decrypt()
Decrypts an encrypted array of bytes with the given passphrase.
@param encrypted the encrypted data
@param passphrase the passphrase with which the data was encrypted
@return a byte
array containing the clear text data
@throws IOException if an I/O error occurs
@throws CryptoException if the data could not be decrypted
-
org.jitterbit.util.crypto.DefaultPBEStringCryptographer.decrypt()
@throws IllegalStateException if a passphrase has not been specified.
-
org.jitterbit.util.crypto.PBEStringCryptographer.decrypt()
-
org.jresearch.gossip.util.DesEncrypter.decrypt()
@param str
@return @throwsIOException
-
org.kapott.hbci.passport.HBCIPassportInternal.decrypt()
-
org.keyczar.Crypter.decrypt()
Decrypt the given byte array of ciphertext
@param input The input ciphertext
@return The decrypted plaintext
@throws KeyczarException If the input is malformed, the ciphertextsignature does not verify, the decryption key is not found, or a JCE error occurs.
-
org.keyczar.SignedSessionDecrypter.decrypt()
-
org.mule.api.EncryptionStrategy.decrypt()
-
org.mule.security.PasswordBasedEncryptionStrategy.decrypt()
-
org.mule.security.SecretKeyEncryptionStrategy.decrypt()
-
org.pentaho.platform.api.util.IPasswordService.decrypt()
-
org.platformlayer.service.nexus.utils.NexusLdapPasswords.decrypt()
-
org.primefaces.util.StringEncrypter.decrypt()
Takes a encrypted String as an argument, decrypts and returns the decrypted String.
@param str Encrypted String to be decrypted
@return String
Decrypted version of the provided String
-
org.sf.bee.commons.cryptograph.BeeDesEncrypter.decrypt()
-
org.slim3.util.Cipher.decrypt()
Decrypt the encrypted text.
@param encryptedText the encrypted text
@return the decrypted text
@exception IllegalStateException if the key is not set to this instance
@exception IllegalArgumentException if the key is not valid
-
org.smslib.crypto.KeyManager.decrypt()
Decrypts the specified message with the encryption key already associated with the specified mobile number.
@param mobileNumber The mobile number which the message received from.
@param message The encrypted message.
@return The decrypted message.
@throws SMSLibException
@throws InvalidKeyException
@throws IllegalBlockSizeException
@throws BadPaddingException
@throws NoSuchPaddingException
@throws NoSuchAlgorithmException
-
org.sonatype.plexus.components.sec.dispatcher.SecDispatcher.decrypt()
decrypt given encrypted string
@param str
@return decrypted string
@throws SecDispatcherException
-
org.sonatype.security.ldap.realms.persist.DefaultPasswordHelper.decrypt()
-
org.sonatype.security.ldap.realms.persist.PasswordHelper.decrypt()
-
org.teiid.core.crypto.SymmetricCryptor.decrypt()
-
org.wso2.securevault.DecryptionProvider.decrypt()
Decrypts input cipher bytes
@param cipherText as a byte array
@return plain text as byte array
-
pojo.util.DesEncrypter.decrypt()
-
sun.security.krb5.EncryptedData.decrypt()