public class GNUKeyAgreement
extends java.lang.Object
implements tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreement
| Constructor and Description |
|---|
GNUKeyAgreement(tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg aKeyAgreementAlg) |
| Modifier and Type | Method and Description |
|---|---|
javax.crypto.SecretKey |
generateKey(java.security.Key aKey,
tr.gov.tubitak.uekae.esya.api.crypto.alg.Algorithm aAlg) |
void |
init(java.security.Key aKey,
tr.gov.tubitak.uekae.esya.api.crypto.params.AlgorithmParams aParams) |
public GNUKeyAgreement(tr.gov.tubitak.uekae.esya.api.crypto.alg.KeyAgreementAlg aKeyAgreementAlg)
throws tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException
tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoExceptionpublic void init(java.security.Key aKey,
tr.gov.tubitak.uekae.esya.api.crypto.params.AlgorithmParams aParams)
throws tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException
init in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreementtr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoExceptionpublic javax.crypto.SecretKey generateKey(java.security.Key aKey,
tr.gov.tubitak.uekae.esya.api.crypto.alg.Algorithm aAlg)
throws tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException
generateKey in interface tr.gov.tubitak.uekae.esya.api.crypto.KeyAgreementtr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoExceptionCopyright © 2025. All rights reserved.