Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.crypto.alg |
Modifier and Type | Field and Description |
---|---|
protected Mod |
WrapAlg.mMod |
protected Mod |
CipherAlg.mMod |
Modifier and Type | Method and Description |
---|---|
Mod |
CipherAlg.getMod() |
static Mod |
Mod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mod[] |
Mod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CipherAlg(int[] aOId,
java.lang.String aName,
int aBlockSize,
Mod aMod,
Padding aPadding) |
WrapAlg(int[] aOID,
java.lang.String aName,
Mod aMod,
Padding aPadding) |
Copyright © 2025. All rights reserved.