Modifier and Type | Method and Description |
---|---|
DigestAlg |
HashInfo.getDigestAlg() |
Modifier and Type | Method and Description |
---|---|
static Digester |
Crypto.getDigester(DigestAlg aDigestAlg) |
Constructor and Description |
---|
HashInfo(DigestAlg digestAlg,
byte[] hash) |
Modifier and Type | Method and Description |
---|---|
static DigestAlg |
DigestAlg.fromAlgorithmIdentifier(tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier aAlgorithmIdentifier)
Find digest algorithm from AlgorithmIdentifier by comparing it with known ones and return
|
static DigestAlg |
DigestAlg.fromName(java.lang.String algName)
Find digest algorithm from name by comparing it with known ones and return
|
static DigestAlg |
DigestAlg.fromOID(int[] aOID)
Find digest algorithm from OID by comparing it with known ones and return
|
DigestAlg |
SignatureAlg.getDigestAlg() |
DigestAlg |
PBEAlg.getDigestAlg() |
DigestAlg |
OAEPPadding.getDigestAlg() |
DigestAlg |
MACAlg.getDigestAlg() |
DigestAlg |
DerivationFunctionAlg.getDigestAlg() |
static DigestAlg |
DigestAlg.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DigestAlg[] |
DigestAlg.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MACAlg(int[] aOID,
java.lang.String aName,
DigestAlg aDigestAlg) |
OAEPPadding(DigestAlg aDigestAlg,
MGF aMaskGenerationFunction) |
OAEPPadding(DigestAlg aDigestAlg,
MGF aMaskGenerationFunction,
javax.crypto.spec.PSource aPsourceAlg) |
PBEAlg(int[] aOID,
CipherAlg aCipherAlg,
DigestAlg aDigestAlg) |
SignatureAlg(int[] aOid,
java.lang.String aName,
AsymmetricAlg aAsymmetricAlg,
DigestAlg aDigestAlg,
byte[] aDefaultParams) |
Modifier and Type | Method and Description |
---|---|
DigestAlg |
RSAPSSParams.getDigestAlg() |
DigestAlg |
PBEKeySpec.getDigestAlg() |
Modifier and Type | Method and Description |
---|---|
void |
RSAPSSParams.init(DigestAlg aDigestAlg,
MGF aMGF,
int aSaltLength,
int aTrailerField) |
void |
RSAPSSParams.setDigestAlg(DigestAlg aDigestAlg) |
Constructor and Description |
---|
PBEKeySpec(char[] aPassword,
byte[] aSalt,
int aIterationCount,
int aKeyLength,
DigestAlg aDigestAlg)
PBEKeySpec objesini olusturur.
|
RSAPSSParams(DigestAlg aDigestAlg) |
RSAPSSParams(DigestAlg aDigestAlg,
MGF aMGF,
int aSaltLength,
int aTrailerField) |
Modifier and Type | Method and Description |
---|---|
Digester |
CryptoProvider.getDigester(DigestAlg aDigestAlg) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
DigestUtil.digest(DigestAlg aDigestAlg,
byte[] aInput) |
static byte[] |
DigestUtil.digest(DigestAlg aDigestAlg,
byte[] aInput,
int aOffset,
int aLength) |
static byte[] |
DigestUtil.digestFile(DigestAlg aDigestAlg,
java.lang.String aFileName) |
static byte[] |
DigestUtil.digestFile(DigestAlg aDigestAlg,
java.lang.String aFileName,
int aBlockSize) |
static byte[] |
DigestUtil.digestStream(DigestAlg aDigestAlg,
java.io.InputStream aInputStream) |
static byte[] |
DigestUtil.digestStream(DigestAlg aDigestAlg,
java.io.InputStream aInputStream,
int aBlockSize) |
Copyright © 2025. All rights reserved.