| Package | Description |
|---|---|
| tr.gov.tubitak.uekae.esya.api.crypto.params |
| Constructor and Description |
|---|
PBEKeySpec(char[] aPassword)
PBEKey objesini olusturur.
|
PBEKeySpec(char[] aPassword,
byte[] aSalt)
PBEKey objesini olusturur.
|
PBEKeySpec(char[] aPassword,
byte[] aSalt,
int aIterationCount)
PBEKey objesini olusturur.
|
PBEKeySpec(char[] aPassword,
byte[] aSalt,
int aIterationCount,
int aKeyLength)
PBEKeySpec objesini olusturur.
|
PBEKeySpec(char[] aPassword,
byte[] aSalt,
int aIterationCount,
int aKeyLength,
DigestAlg aDigestAlg)
PBEKeySpec objesini olusturur.
|
PBEKeySpec(char[] aPassword,
int aIterationCount)
PBEKey objesini olusturur.
|
Copyright © 2025. All rights reserved.