public class PBEKeyGen
extends java.lang.Object
Title: PBEKeyGen
Description:PKCS #5 'de tanimlanmis PBKDF2 algoritmasini kullanarak anahtar olusturur. Anahtarin olusturmasinda kullanilacak parametreler PBEKeySpec objesi ve Hash Algoritma ismi olarak verilmelidir.
Copyright: Copyright (c) 2004
Company: Tubitak UEKAE
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_HASH_ALGORITHM |
Constructor and Description |
---|
PBEKeyGen(tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec aPBEKeySpec)
PBEKeyGen objesi olusturur.
|
Modifier and Type | Method and Description |
---|---|
javax.crypto.interfaces.PBEKey |
generateKey()
PKCS#5 tanimlanmis PBKDF2'yi kullanarak anahtar olusturur.
|
public static final java.lang.String DEFAULT_HASH_ALGORITHM
public PBEKeyGen(tr.gov.tubitak.uekae.esya.api.crypto.params.PBEKeySpec aPBEKeySpec)
aPBEKeySpec
- PBKDF2 kullanilarak olusturulacak anahtar'in parametrelerini icerir.public javax.crypto.interfaces.PBEKey generateKey() throws tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException
tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException
- Key olusturulamazsaCopyright © 2025. All rights reserved.