Skip navigation links
A B C D E F G H I K M N O P R S T U V W 

A

addSeeder(ISeed) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.RandomGenerator
 
AES128 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
AES128_CBC - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES128_CBC - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
AES128_CFB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES128_ECB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES128_GCM - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES128_OFB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES192 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
AES192_CBC - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES192_CBC - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
AES192_CFB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES192_ECB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES192_GCM - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES192_OFB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES256 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
AES256_CBC - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES256_CBC - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
AES256_CFB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES256_ECB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES256_GCM - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AES256_OFB - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
AgreementAlg - Enum in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
Algorithm - Interface in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
AlgorithmParams - Interface in tr.gov.tubitak.uekae.esya.api.crypto.params
 
AlreadyInitializedException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: CC
AlreadyInitializedException() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.AlreadyInitializedException
 
AlreadyInitializedException(Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.AlreadyInitializedException
 
AlreadyInitializedException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.AlreadyInitializedException
 
ArgErrorException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: ESYA
ArgErrorException() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.ArgErrorException
 
ArgErrorException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.ArgErrorException
 
ArgErrorException(String, Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.ArgErrorException
 
Asn1OctetStringNULL - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithOctetString
 
AsymmetricAlg - Enum in tr.gov.tubitak.uekae.esya.api.crypto.alg
 

B

BlockNoBuffer - Class in tr.gov.tubitak.uekae.esya.api.crypto
 
BlockNoBuffer() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.BlockNoBuffer
 
BufferedCipher - Class in tr.gov.tubitak.uekae.esya.api.crypto
 
BufferedCipher(Cipher) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 

C

checkDigestAlgForECCAlgorithm(ECertificate, SignatureAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.ECUtil
Check if both the key length and the signature algorithm hash suit the requirements provided in RFC 5656, 6.2.1.
Cipher - Class in tr.gov.tubitak.uekae.esya.api.crypto
This class provides the functionality of a cryptographic cipher for encryption and decryption.
Cipher() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
 
CipherAlg - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
CipherAlg(int[], String, int, Mod, Padding) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
CipherUtil - Class in tr.gov.tubitak.uekae.esya.api.crypto.util
 
CipherUtil() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
CKD_SHA224_KDF - Static variable in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreement
 
CKD_SHA256_KDF - Static variable in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreement
 
CKD_SHA384_KDF - Static variable in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreement
 
CKD_SHA512_KDF - Static variable in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreement
 
CMSException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title:
CMSException() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CMSException
 
CMSException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CMSException
 
CMSException(String, Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CMSException
 
Crypto - Class in tr.gov.tubitak.uekae.esya.api.crypto
Central class for Crypto operations.
Crypto() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
CryptoException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: CC
CryptoException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException
 
CryptoException(String, Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException
 
CryptoException(String, String[]) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException
 
CryptoProvider - Interface in tr.gov.tubitak.uekae.esya.api.crypto.provider
 
CryptoRuntimeException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: CC
CryptoRuntimeException() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoRuntimeException
 
CryptoRuntimeException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoRuntimeException
 
CryptoRuntimeException(String, Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoRuntimeException
 

D

decodePrivateKey(AsymmetricAlg, byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyFactory
 
decodePrivateKey(AsymmetricAlg, byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
decodePublicKey(AsymmetricAlg, byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyFactory
 
decodePublicKey(AsymmetricAlg, byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
decodePublicKey(ESubjectPublicKeyInfo) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
decrypt(EAlgorithmIdentifier, byte[], byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
decrypt(CipherAlg, AlgorithmParams, byte[], byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
decrypt(CipherAlg, AlgorithmParams, byte[], SecretKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
decrypt(CipherAlg, AlgorithmParams, InputStream, OutputStream, byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
decrypt(CipherAlg, AlgorithmParams, byte[], PrivateKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
decrypt(PBEAlg, AlgorithmParams, PBEKeySpec, byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
decryptRSA(byte[], PrivateKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
use this method when the encoding is not known...
decryptRSA(byte[], PrivateKey, EAlgorithmIdentifier) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
DerivationFunctionAlg - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
DerivationFunctionType - Enum in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
DES_EDE3_CBC - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
destroyProvider() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
digest() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Digester
 
digest(DigestAlg, byte[], int, int) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.DigestUtil
 
digest(DigestAlg, byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.DigestUtil
 
DigestAlg - Enum in tr.gov.tubitak.uekae.esya.api.crypto.alg
Definition for Message Digest algorithm, such as MD5 or SHA.
Digester - Interface in tr.gov.tubitak.uekae.esya.api.crypto
 
digestFile(DigestAlg, String) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.DigestUtil
 
digestFile(DigestAlg, String, int) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.DigestUtil
 
digestStream(DigestAlg, InputStream) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.DigestUtil
 
digestStream(DigestAlg, InputStream, int) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.DigestUtil
 
DigestUtil - Class in tr.gov.tubitak.uekae.esya.api.crypto.util
 
DigestUtil() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.util.DigestUtil
 
doFinal(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
Last step of decryption.
doFinal(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
 
doFinal(byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.MAC
 
doFinal(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
doFinal(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
DSA - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
DSA_SHA1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
DSA_SHA256 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 

E

ECCDH_SHA1KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECCDH_SHA224KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECCDH_SHA256KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECCDH_SHA384KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECCDH_SHA512KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECDH_SHA1KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECDH_SHA224KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECDH_SHA256KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECDH_SHA384KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECDH_SHA512KDF - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
ECDSA - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
ECDSA_SHA1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
ECDSA_SHA224 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
ECDSA_SHA256 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
ECDSA_SHA384 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
ECDSA_SHA512 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
ECUtil - Class in tr.gov.tubitak.uekae.esya.api.crypto.util
 
ECUtil() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.util.ECUtil
 
EncodeDecodeException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: ESYA
EncodeDecodeException() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.EncodeDecodeException
 
EncodeDecodeException(Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.EncodeDecodeException
 
EncodeDecodeException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.EncodeDecodeException
 
EncodeDecodeException(String, Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.EncodeDecodeException
 
encrypt(CipherAlg, AlgorithmParams, byte[], byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
encrypt(CipherAlg, AlgorithmParams, InputStream, OutputStream, byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
encrypt(CipherAlg, AlgorithmParams, byte[], PublicKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
encrypt(EAlgorithmIdentifier, byte[], PublicKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
encrypt(CipherAlg, AlgorithmParams, byte[], ECertificate) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
encrypt(PBEAlg, AlgorithmParams, PBEKeySpec, byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
EPBEKey - Class in tr.gov.tubitak.uekae.esya.api.crypto.provider.core
 
EPBEKey(byte[], char[], byte[], int) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.EPBEKey
 
equals(Object) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
equals(Object) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
equals(Object) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
equals(Object) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 

F

fromAlgorithmIdentifier(EAlgorithmIdentifier) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
fromAlgorithmIdentifier(EAlgorithmIdentifier) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Find digest algorithm from AlgorithmIdentifier by comparing it with known ones and return
fromAlgorithmIdentifier(EAlgorithmIdentifier) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.MGF
 
fromAlgorithmIdentifier(EAlgorithmIdentifier) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
fromName(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.AsymmetricAlg
 
fromName(String) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
fromName(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Find digest algorithm from name by comparing it with known ones and return
fromName(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.MGF
 
fromName(String) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
fromOID(int[]) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.AsymmetricAlg
 
fromOID(int[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
fromOID(int[]) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Find digest algorithm from OID by comparing it with known ones and return
fromOID(int[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
fromOID(int[]) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.MGF
 
fromOID(int[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
fromRSAES_OAEP_params(byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 

G

generateKey(Key, Algorithm) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreement
 
generateKey(CipherAlg, int) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyFactory
Generate raw secret key
generateKey(CipherAlg, int) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
generateKeyPair(AlgorithmParams) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyPairGenerator
 
generateKeyPair(AsymmetricAlg, int) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
generatePrivateKey(KeySpec) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyFactory
 
generatePrivateKey(KeySpec) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
generatePublicKey(KeySpec) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyFactory
 
generatePublicKey(KeySpec) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
generateRandom(byte[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.RandomUtil
 
generateRandom(int) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.RandomUtil
 
generateRandom(byte[], int, int) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.RandomUtil
 
generateSecretKey(KeySpec) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyFactory
 
generateSecretKey(CipherAlg, int) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyFactory
 
generateSecretKey(CipherAlg, int) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
generateSecretKey(KeySpec) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
getAAD() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithGCMSpec
 
getAgreementAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
getAlgorithm() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.EPBEKey
 
getAlgorithmIdentifier() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithAlgorithmIdentifier
 
getAlgorithms() - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
getAsymmetricAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
getBlockSize() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
getBlockSize() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
 
getBlockSize() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
getBlockSize() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
getCertificatesAndKeys() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
Returns certificates and keys from pfx
getCipherAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.PBEAlg
 
getCipherAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
getCipherAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 
getCipherAlgorithm() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 
getCipherAlgorithm() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
 
getCipherAlgorithm() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
getCipherAlgorithm() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
getCipherAlgorithmStr() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 
getCipherAlgorithmStr() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
 
getConvenientECSignatureAlgForECCertificate(ECertificate) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.ECUtil
 
getConvenientWrapAlg(CipherAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
getDecryptor(CipherAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getDecryptor(CipherAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getDerivationFunctionAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
getDigestAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.DerivationFunctionAlg
 
getDigestAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
getDigestAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 
getDigestAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.PBEAlg
 
getDigestAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
getDigestAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.HashInfo
 
getDigestAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
 
getDigestAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
getDigester(DigestAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getDigester(DigestAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getDigestLength() - Method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Returns the length of the digest in bytes
getECDomainParams() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithECParameterSpec
 
getEncoded() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.params.AlgorithmParams
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithAlgorithmIdentifier
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithECParameterSpec
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithGCMSpec
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithIV
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithLength
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithOctetString
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithSharedInfo
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
getEncoded() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.EPBEKey
 
getEncryptor(CipherAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getEncryptor(CipherAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getFirstCertificate() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
 
getFirstPrivateKey() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
 
getFirstSigningKeyCertPair() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
 
getFormat() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.EPBEKey
 
getFunctionType() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.DerivationFunctionAlg
 
getHash() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.HashInfo
 
getInternalCipher() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 
getIterationCount() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
IterationCount'u donduren metodtor.
getIterationCount() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.EPBEKey
 
getIV() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithIV
 
getKeyAgreement(KeyAgreementAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getKeyAgreement(KeyAgreementAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getKeyFactory() - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getKeyFactory() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getKeyLength() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
Anahtarin uzunlugunu donduren metodtur.
getKeyLength(ECertificate) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
getKeyLength(PublicKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
getKeyLength(KeySpec) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
getKeyLength(PrivateKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
getKeyLength(Algorithm) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 
getKeyPairGenerator(AsymmetricAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getKeyPairGenerator(AsymmetricAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getLength() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithLength
 
getMAC(MACAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getMAC(MACAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getMACAlgorithm() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.MAC
 
getMACSize() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.MAC
 
getmAlgorithm() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.SecretKeySpec
 
getMaskGenerationFunction() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 
getMGF() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
getmLabel() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.SecretKeySpec
 
getmLen() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.SecretKeySpec
 
getMod() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
getName() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.alg.Algorithm
 
getName() - Method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.AsymmetricAlg
 
getName() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
getName() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.DerivationFunctionAlg
 
getName() - Method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Returns name of digest algorithm
getName() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
getName() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
getName() - Method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.MGF
 
getName() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
getName() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
getOID() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.alg.Algorithm
 
getOID() - Method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.AsymmetricAlg
 
getOID() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
getOID() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.DerivationFunctionAlg
 
getOID() - Method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Returns OID of digest algorithm
getOID() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
getOID() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
getOID() - Method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.MGF
 
getOID() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
getOID() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
getPadding() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
getPassword() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
Passwordu donduren metodtur.
getPassword() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.EPBEKey
 
getProvider() - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getPsourceAlg() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 
getRandomGenerator() - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getRandomGenerator() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getRemaining() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BlockNoBuffer
 
getSalt() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
Salt'i donduren metodtur.
getSalt() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.EPBEKey
 
getSaltLength() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
getSeederCount() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.RandomGenerator
 
getSharedInfo() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithSharedInfo
 
getSignatureAlgorithm() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
getSignatureAlgorithmStr() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
getSigner(SignatureAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getSigner(SignatureAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getTag() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithGCMSpec
 
getTrailerField() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
getUnwrapper(WrapAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getUnwrapper(WrapAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getVerifier(SignatureAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getVerifier(SignatureAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
getWrapper(WrapAlg) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
getWrapper(WrapAlg) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 

H

HardwareException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: ESYA
HardwareException() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.HardwareException
 
HardwareException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.HardwareException
 
HardwareException(String, Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.HardwareException
 
hashCode() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
hashCode() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
hashCode() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
HashInfo - Class in tr.gov.tubitak.uekae.esya.api.crypto
 
HashInfo(DigestAlg, byte[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.HashInfo
 
HMAC_MD5 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
HMAC_RIPEMD - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
HMAC_SHA1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
HMAC_SHA256 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
HMAC_SHA384 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
HMAC_SHA512 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 

I

init(Key, AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 
init(byte[], AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 
init(Key, AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
 
init(byte[], AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
 
init(Key, AlgorithmParams) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreement
 
init(Key, AlgorithmParams) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.MAC
 
init(byte[], AlgorithmParams) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.MAC
 
init(DigestAlg, MGF, int, int) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
init(Key, AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
init(byte[], AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
init(Key, AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
init(byte[], AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
init(PrivateKey) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
init(PrivateKey, AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
init(PublicKey) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Verifier
 
init(PublicKey, AlgorithmParams) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Verifier
 
init(Key) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Wrapper
 
init(Key, AlgorithmParams) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Wrapper
 
isEnciphermentCertificate(ECertificate) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
isEncryptor() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
 
isEncryptor() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
isEncryptor() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
isFipsMode() - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
isFipsMode() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.provider.CryptoProvider
 
isGCMOID(int[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
isWrapper() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Wrapper
 

K

KeyAgreement - Interface in tr.gov.tubitak.uekae.esya.api.crypto
 
KeyAgreementAlg - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
KeyAgreementAlg(int[], AgreementAlg, DerivationFunctionAlg) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg
 
KeyFactory - Interface in tr.gov.tubitak.uekae.esya.api.crypto
 
KeyPairGenerator - Interface in tr.gov.tubitak.uekae.esya.api.crypto
 
KeySpec - Interface in tr.gov.tubitak.uekae.esya.api.crypto.params
 
KeyUtil - Class in tr.gov.tubitak.uekae.esya.api.crypto.util
 
KeyUtil() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.util.KeyUtil
 

M

MAC - Interface in tr.gov.tubitak.uekae.esya.api.crypto
 
MACAlg - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
MACAlg(int[], String, DigestAlg) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.MACAlg
 
main(String[]) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
 
mBlockSize - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
MGF - Enum in tr.gov.tubitak.uekae.esya.api.crypto.alg
Mask Generation Function.
mMod - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
mMod - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
mName - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
Mod - Enum in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
ModNotSelected - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: CC
ModNotSelected() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.ModNotSelected
 
ModNotSelected(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.ModNotSelected
 
mOID - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
mPadding - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
mPadding - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
mPassword - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
 
mPFX - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
 
mRandomGenerator - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.util.RandomUtil
 
mTag - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithGCMSpec
 

N

nextBytes(byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.RandomGenerator
 
nextBytes(byte[], int, int) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.RandomGenerator
 
NONE - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.Padding
 
NotInitializedException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: CC
NotInitializedException() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.NotInitializedException
 
NotInitializedException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.NotInitializedException
 
NotInitializedException(String, Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.NotInitializedException
 
NullParameterException - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title:
NullParameterException() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.NullParameterException
 
NullParameterException(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.NullParameterException
 

O

OAEP_SHA1_MGF1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
Deprecated.
OAEP_SHA256_MGF1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 
OAEP_SHA512_MGF1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 
OAEPPadding - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
OAEPPadding(DigestAlg, MGF, PSource) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 
OAEPPadding(DigestAlg, MGF) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 

P

Padding - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
Padding() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.Padding
 
ParamsWithAlgorithmIdentifier - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
 
ParamsWithAlgorithmIdentifier(AlgorithmIdentifier) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithAlgorithmIdentifier
 
ParamsWithAlgorithmIdentifier(EAlgorithmIdentifier) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithAlgorithmIdentifier
 
ParamsWithECParameterSpec - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
 
ParamsWithECParameterSpec(ECParameterSpec) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithECParameterSpec
 
ParamsWithGCMSpec - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
Created by sura.emanet on 25.04.2018.
ParamsWithGCMSpec(byte[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithGCMSpec
 
ParamsWithGCMSpec(byte[], InputStream) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithGCMSpec
 
ParamsWithGCMSpec(byte[], InputStream, byte[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithGCMSpec
 
ParamsWithIV - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
 
ParamsWithIV(byte[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithIV
 
ParamsWithLength - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
 
ParamsWithLength(int) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithLength
 
ParamsWithOctetString - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
 
ParamsWithOctetString(String) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithOctetString
 
ParamsWithSharedInfo - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
 
ParamsWithSharedInfo(byte[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithSharedInfo
 
PBE_AES256_SHA256 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.PBEAlg
 
PBEAlg - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
PBEAlg(int[], CipherAlg, DigestAlg) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.PBEAlg
 
PBEDecryptor - Class in tr.gov.tubitak.uekae.esya.api.crypto.provider.core
 
PBEDecryptor(PBEAlg) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
PBEEncryptor - Class in tr.gov.tubitak.uekae.esya.api.crypto.provider.core
 
PBEEncryptor(PBEAlg) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
PBEKeySpec - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
Title: PBEKeySpec
PBEKeySpec(char[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
PBEKey objesini olusturur.
PBEKeySpec(char[], byte[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
PBEKey objesini olusturur.
PBEKeySpec(char[], int) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
PBEKey objesini olusturur.
PBEKeySpec(char[], byte[], int) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
PBEKey objesini olusturur.
PBEKeySpec(char[], byte[], int, int) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
PBEKeySpec objesini olusturur.
PBEKeySpec(char[], byte[], int, int, DigestAlg) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
PBEKeySpec objesini olusturur.
PfxParser - Class in tr.gov.tubitak.uekae.esya.api.crypto.util
 
PfxParser(InputStream, String) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
 
PfxParser(InputStream, char[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.util.PfxParser
Create pfx parser from inputstream with password
PKCS1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.Padding
 
PKCS7 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.Padding
 
process(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 
process(byte[], int, int) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
 
process(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
Process subsequent block of data
process(byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.MAC
 
process(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
process(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
PROVIDER_GNU - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
PROVIDER_SUN - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 

R

RandomGenerator - Interface in tr.gov.tubitak.uekae.esya.api.crypto
 
RandomUtil - Class in tr.gov.tubitak.uekae.esya.api.crypto.util
 
RandomUtil() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.util.RandomUtil
 
RC2_CBC - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
removeAllSeeders() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.RandomGenerator
 
removeSeeder(ISeed) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.RandomGenerator
 
REQUIRED - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
reset() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
If user supplied stream is used, it should be set again, cause OutputStream dont have reset method
reset() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Cipher
Reset underlying cipher for reuse
reset() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEDecryptor
 
reset() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.provider.core.PBEEncryptor
 
reset() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
reset() - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Verifier
 
RSA_ECB_OAEP - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
Deprecated.
RSA_ECB_OAEP - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
RSA_ECB_PKCS1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
RSA_ECB_PKCS1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
RSA_ISO9796_2_SHA1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_ISO9796_2_SHA224 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_ISO9796_2_SHA256 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_ISO9796_2_SHA384 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_ISO9796_2_SHA512 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_MD5 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_NONE - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_OAEP - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
Deprecated.
RSA_OAEP - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
RSA_OAEP_SHA256 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
RSA_OAEP_SHA512 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
RSA_PKCS1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
RSA_PKCS1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
RSA_PSS - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_RAW - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
RSA_RAW - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_SHA1 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_SHA224 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_SHA256 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_SHA384 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSA_SHA512 - Static variable in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
RSAPSSParams - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
 
RSAPSSParams() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
RSAPSSParams(DigestAlg) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
RSAPSSParams(DigestAlg, MGF, int, int) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 

S

SecretKeySpec - Class in tr.gov.tubitak.uekae.esya.api.crypto.params
Created with IntelliJ IDEA.
SecretKeySpec(CipherAlg, String, int) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.SecretKeySpec
 
SecretKeySpec(CipherAlg, int) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.params.SecretKeySpec
 
setDigestAlg(DigestAlg) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
setKeyLength(int) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec
Anahtarin uzunlugunu belirleyen metodtur.
setMGF(MGF) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
setProvider(CryptoProvider) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
Set Crypto provider with crypto provider
setProvider(String) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
Set Crypto provider with Fully Qualified ClassName
setSaltLength(int) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
setStream(OutputStream) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BufferedCipher
This method changes behaviour of the BufferedCipher and must be used before calling any of the update methods.
setTag(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.ParamsWithGCMSpec
 
setThreadCryptoProvider(CryptoProvider) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.Crypto
 
setTrailerField(int) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
sign(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
sign(SignatureAlg, AlgorithmParams, byte[], PrivateKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.SignUtil
 
sign(SignatureAlg, byte[], PrivateKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.SignUtil
 
SignatureAlg - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
SignatureAlg(int[], String, AsymmetricAlg, DigestAlg, byte[]) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
Signer - Class in tr.gov.tubitak.uekae.esya.api.crypto
 
Signer() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
SignUtil - Class in tr.gov.tubitak.uekae.esya.api.crypto.util
 
SignUtil() - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.util.SignUtil
 

T

toAlgorithmIdentifier(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
toAlgorithmIdentifier() - Method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Create an EAlgorithmIdentifier from digest algorithm and return
toAlgorithmIdentifier(AlgorithmParams) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
toAlgorithmIdentifierFromSpec(AlgorithmParameterSpec) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
toPSSParameterSpec() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 
toRSAES_OAEP_params() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.OAEPPadding
 
toString() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.CipherAlg
 
toString() - Method in class tr.gov.tubitak.uekae.esya.api.crypto.alg.SignatureAlg
 
tr.gov.tubitak.uekae.esya.api.crypto - package tr.gov.tubitak.uekae.esya.api.crypto
 
tr.gov.tubitak.uekae.esya.api.crypto.alg - package tr.gov.tubitak.uekae.esya.api.crypto.alg
 
tr.gov.tubitak.uekae.esya.api.crypto.exceptions - package tr.gov.tubitak.uekae.esya.api.crypto.exceptions
 
tr.gov.tubitak.uekae.esya.api.crypto.params - package tr.gov.tubitak.uekae.esya.api.crypto.params
 
tr.gov.tubitak.uekae.esya.api.crypto.provider - package tr.gov.tubitak.uekae.esya.api.crypto.provider
 
tr.gov.tubitak.uekae.esya.api.crypto.provider.core - package tr.gov.tubitak.uekae.esya.api.crypto.provider.core
 
tr.gov.tubitak.uekae.esya.api.crypto.util - package tr.gov.tubitak.uekae.esya.api.crypto.util
 
TRAILER_DEFAULT - Variable in class tr.gov.tubitak.uekae.esya.api.crypto.params.RSAPSSParams
 

U

UnknownElement - Exception in tr.gov.tubitak.uekae.esya.api.crypto.exceptions
Title: CC
UnknownElement() - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.UnknownElement
 
UnknownElement(String) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.UnknownElement
 
UnknownElement(String, Throwable) - Constructor for exception tr.gov.tubitak.uekae.esya.api.crypto.exceptions.UnknownElement
 
unwrap(byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Wrapper
Unwrap Key
unwrap(byte[], Object) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Wrapper
Unwrap key with specified Key Template.
update(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BlockNoBuffer
 
update(byte[], int, int) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.BlockNoBuffer
 
update(byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Digester
 
update(byte[], int, int) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Digester
 
update(byte[]) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
update(byte[], int, int) - Method in class tr.gov.tubitak.uekae.esya.api.crypto.Signer
 
update(byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Verifier
 
update(byte[], int, int) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Verifier
 

V

valueOf(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.AgreementAlg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.AsymmetricAlg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DerivationFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.MGF
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.Mod
Returns the enum constant of this type with the specified name.
values() - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.AgreementAlg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.AsymmetricAlg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DerivationFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.MGF
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tr.gov.tubitak.uekae.esya.api.crypto.alg.Mod
Returns an array containing the constants of this enum type, in the order they are declared.
Verifier - Interface in tr.gov.tubitak.uekae.esya.api.crypto
 
verify(SignatureAlg, AlgorithmParams, byte[], byte[], PublicKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.SignUtil
 
verify(SignatureAlg, byte[], byte[], PublicKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.SignUtil
 
verify(SignatureAlg, byte[], byte[], ECertificate) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.SignUtil
 
verify(SignatureAlg, AlgorithmParams, byte[], byte[], ECertificate) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.SignUtil
 
verifySignature(byte[]) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Verifier
 

W

wrap(CipherAlg, AlgorithmParams, SecretKey, PublicKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
wrap(WrapAlg, AlgorithmParams, SecretKey, PublicKey) - Static method in class tr.gov.tubitak.uekae.esya.api.crypto.util.CipherUtil
 
wrap(Key) - Method in interface tr.gov.tubitak.uekae.esya.api.crypto.Wrapper
 
WrapAlg - Class in tr.gov.tubitak.uekae.esya.api.crypto.alg
 
WrapAlg(int[], String, Mod, Padding) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
WrapAlg(CipherAlg) - Constructor for class tr.gov.tubitak.uekae.esya.api.crypto.alg.WrapAlg
 
Wrapper - Interface in tr.gov.tubitak.uekae.esya.api.crypto
 
A B C D E F G H I K M N O P R S T U V W 
Skip navigation links

Copyright © 2025. All rights reserved.