Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.crypto.alg | |
tr.gov.tubitak.uekae.esya.api.crypto.params |
Modifier and Type | Method and Description |
---|---|
static MGF |
MGF.fromAlgorithmIdentifier(tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier aAlgorithmIdentifier) |
static MGF |
MGF.fromName(java.lang.String algName) |
static MGF |
MGF.fromOID(int[] aOID) |
MGF |
OAEPPadding.getMaskGenerationFunction() |
static MGF |
MGF.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MGF[] |
MGF.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OAEPPadding(DigestAlg aDigestAlg,
MGF aMaskGenerationFunction) |
OAEPPadding(DigestAlg aDigestAlg,
MGF aMaskGenerationFunction,
javax.crypto.spec.PSource aPsourceAlg) |
Modifier and Type | Method and Description |
---|---|
MGF |
RSAPSSParams.getMGF() |
Modifier and Type | Method and Description |
---|---|
void |
RSAPSSParams.init(DigestAlg aDigestAlg,
MGF aMGF,
int aSaltLength,
int aTrailerField) |
void |
RSAPSSParams.setMGF(MGF aMGF) |
Constructor and Description |
---|
RSAPSSParams(DigestAlg aDigestAlg,
MGF aMGF,
int aSaltLength,
int aTrailerField) |
Copyright © 2025. All rights reserved.