Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.crypto.alg | |
tr.gov.tubitak.uekae.esya.api.crypto.provider.core | |
tr.gov.tubitak.uekae.esya.api.crypto.util |
Modifier and Type | Field and Description |
---|---|
static PBEAlg |
PBEAlg.PBE_AES256_SHA256 |
Constructor and Description |
---|
PBEDecryptor(PBEAlg aPBEAlg) |
PBEEncryptor(PBEAlg aPBEAlg) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
CipherUtil.decrypt(PBEAlg aCipherAlg,
AlgorithmParams aParams,
PBEKeySpec aKeySpec,
byte[] aData) |
static byte[] |
CipherUtil.encrypt(PBEAlg aCipherAlg,
AlgorithmParams aParams,
PBEKeySpec aKeySpec,
byte[] aData) |
Copyright © 2025. All rights reserved.