Modifier and Type | Method and Description |
---|---|
java.security.KeyPair |
KeyPairGenerator.generateKeyPair(AlgorithmParams aParams) |
void |
MAC.init(byte[] aKey,
AlgorithmParams aParams) |
abstract void |
Cipher.init(byte[] aKey,
AlgorithmParams aParams) |
void |
BufferedCipher.init(byte[] aKey,
AlgorithmParams aParams) |
void |
Wrapper.init(java.security.Key aKey,
AlgorithmParams aParams) |
void |
MAC.init(java.security.Key aKey,
AlgorithmParams aParams) |
void |
KeyAgreement.init(java.security.Key aKey,
AlgorithmParams aParams) |
abstract void |
Cipher.init(java.security.Key aKey,
AlgorithmParams aParams) |
void |
BufferedCipher.init(java.security.Key aKey,
AlgorithmParams aParams) |
abstract void |
Signer.init(java.security.PrivateKey aPrivateKey,
AlgorithmParams aParams) |
void |
Verifier.init(java.security.PublicKey aPublicKey,
AlgorithmParams aParams) |
Modifier and Type | Method and Description |
---|---|
static tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<SignatureAlg,AlgorithmParams> |
SignatureAlg.fromAlgorithmIdentifier(tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier aAlgoId) |
static tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<CipherAlg,AlgorithmParams> |
CipherAlg.fromAlgorithmIdentifier(tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier aAlgoritma) |
Modifier and Type | Method and Description |
---|---|
tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier |
SignatureAlg.toAlgorithmIdentifier(AlgorithmParams aParams) |
Modifier and Type | Class and Description |
---|---|
class |
ParamsWithAlgorithmIdentifier |
class |
ParamsWithECParameterSpec |
class |
ParamsWithGCMSpec
Created by sura.emanet on 25.04.2018.
|
class |
ParamsWithIV |
class |
ParamsWithLength |
class |
ParamsWithOctetString |
class |
ParamsWithSharedInfo |
class |
RSAPSSParams |
Modifier and Type | Method and Description |
---|---|
void |
PBEEncryptor.init(byte[] aKey,
AlgorithmParams aParams) |
void |
PBEDecryptor.init(byte[] aKey,
AlgorithmParams aParams) |
void |
PBEEncryptor.init(java.security.Key aKey,
AlgorithmParams aParams) |
void |
PBEDecryptor.init(java.security.Key aKey,
AlgorithmParams aParams) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
CipherUtil.decrypt(CipherAlg aCipherAlg,
AlgorithmParams aParams,
byte[] aData,
byte[] aSecretKey) |
static byte[] |
CipherUtil.decrypt(CipherAlg aCipherAlg,
AlgorithmParams aParams,
byte[] aData,
java.security.PrivateKey aSignPrivateKey) |
static byte[] |
CipherUtil.decrypt(CipherAlg aCipherAlg,
AlgorithmParams aParams,
byte[] aData,
javax.crypto.SecretKey aSecretKey) |
static void |
CipherUtil.decrypt(CipherAlg aCipherAlg,
AlgorithmParams aParams,
java.io.InputStream aEncrypted,
java.io.OutputStream aDecrypted,
byte[] aKey) |
static byte[] |
CipherUtil.decrypt(PBEAlg aCipherAlg,
AlgorithmParams aParams,
PBEKeySpec aKeySpec,
byte[] aData) |
static byte[] |
CipherUtil.encrypt(CipherAlg aCipherAlg,
AlgorithmParams aParams,
byte[] aData,
byte[] aSecretKey) |
static byte[] |
CipherUtil.encrypt(CipherAlg aCipherAlg,
AlgorithmParams aParams,
byte[] aData,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate) |
static byte[] |
CipherUtil.encrypt(CipherAlg aCipherAlg,
AlgorithmParams aParams,
byte[] aData,
java.security.PublicKey aSifPubKey) |
static void |
CipherUtil.encrypt(CipherAlg aCipherAlg,
AlgorithmParams aParams,
java.io.InputStream aToBeEncrypted,
java.io.OutputStream aEncrypted,
byte[] aKey) |
static byte[] |
CipherUtil.encrypt(PBEAlg aCipherAlg,
AlgorithmParams aParams,
PBEKeySpec aKeySpec,
byte[] aData) |
static byte[] |
SignUtil.sign(SignatureAlg aSignatureAlg,
AlgorithmParams aParams,
byte[] aToBeSigned,
java.security.PrivateKey aSignPrivateKey) |
static boolean |
SignUtil.verify(SignatureAlg aSignatureAlg,
AlgorithmParams aParams,
byte[] aImzalanan,
byte[] aImzali,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate) |
static boolean |
SignUtil.verify(SignatureAlg aSignatureAlg,
AlgorithmParams aParams,
byte[] aToBeSigned,
byte[] aSigned,
java.security.PublicKey aSignPublicKey) |
static byte[] |
CipherUtil.wrap(CipherAlg cipherAlg,
AlgorithmParams aParams,
javax.crypto.SecretKey aData,
java.security.PublicKey aSifPubKey) |
static byte[] |
CipherUtil.wrap(WrapAlg wrapperAlg,
AlgorithmParams aParams,
javax.crypto.SecretKey aData,
java.security.PublicKey aSifPubKey) |
Copyright © 2025. All rights reserved.