Modifier and Type | Field and Description |
---|---|
static CipherAlg |
AES128_CBC |
static CipherAlg |
AES128_CFB |
static CipherAlg |
AES128_ECB |
static CipherAlg |
AES128_GCM |
static CipherAlg |
AES128_OFB |
static CipherAlg |
AES192_CBC |
static CipherAlg |
AES192_CFB |
static CipherAlg |
AES192_ECB |
static CipherAlg |
AES192_GCM |
static CipherAlg |
AES192_OFB |
static CipherAlg |
AES256_CBC |
static CipherAlg |
AES256_CFB |
static CipherAlg |
AES256_ECB |
static CipherAlg |
AES256_GCM |
static CipherAlg |
AES256_OFB |
static CipherAlg |
DES_EDE3_CBC |
protected int |
mBlockSize |
protected Mod |
mMod |
protected java.lang.String |
mName |
protected int[] |
mOID |
protected Padding |
mPadding |
static CipherAlg |
RC2_CBC |
static CipherAlg |
RSA_ECB_OAEP
Deprecated.
|
static CipherAlg |
RSA_ECB_PKCS1 |
static CipherAlg |
RSA_OAEP
Deprecated.
|
static CipherAlg |
RSA_OAEP_SHA256 |
static CipherAlg |
RSA_OAEP_SHA512 |
static CipherAlg |
RSA_PKCS1 |
static CipherAlg |
RSA_RAW |
Constructor and Description |
---|
CipherAlg(int[] aOId,
java.lang.String aName,
int aBlockSize,
Mod aMod,
Padding aPadding) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<CipherAlg,AlgorithmParams> |
fromAlgorithmIdentifier(tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier aAlgoritma) |
static CipherAlg |
fromName(java.lang.String aAlgName) |
static CipherAlg |
fromOID(int[] aOid) |
int |
getBlockSize() |
Mod |
getMod() |
java.lang.String |
getName() |
int[] |
getOID() |
Padding |
getPadding() |
int |
hashCode() |
static boolean |
isGCMOID(int[] oid) |
tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier |
toAlgorithmIdentifier(byte[] aIV) |
java.lang.String |
toString() |
public static final CipherAlg AES128_CBC
public static final CipherAlg AES128_CFB
public static final CipherAlg AES128_ECB
public static final CipherAlg AES128_OFB
public static final CipherAlg AES128_GCM
public static final CipherAlg AES192_CBC
public static final CipherAlg AES192_CFB
public static final CipherAlg AES192_ECB
public static final CipherAlg AES192_OFB
public static final CipherAlg AES192_GCM
public static final CipherAlg AES256_CBC
public static final CipherAlg AES256_CFB
public static final CipherAlg AES256_ECB
public static final CipherAlg AES256_OFB
public static final CipherAlg AES256_GCM
public static final CipherAlg RC2_CBC
public static final CipherAlg DES_EDE3_CBC
public static final CipherAlg RSA_PKCS1
public static final CipherAlg RSA_RAW
@Deprecated public static final CipherAlg RSA_OAEP
public static final CipherAlg RSA_ECB_PKCS1
@Deprecated public static final CipherAlg RSA_ECB_OAEP
public static final CipherAlg RSA_OAEP_SHA256
public static final CipherAlg RSA_OAEP_SHA512
protected int[] mOID
protected java.lang.String mName
protected int mBlockSize
protected Mod mMod
protected Padding mPadding
public int getBlockSize()
public Mod getMod()
public Padding getPadding()
public tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier toAlgorithmIdentifier(byte[] aIV) throws CryptoException
CryptoException
public static CipherAlg fromOID(int[] aOid)
public static CipherAlg fromName(java.lang.String aAlgName)
public static tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<CipherAlg,AlgorithmParams> fromAlgorithmIdentifier(tr.gov.tubitak.uekae.esya.api.asn.x509.EAlgorithmIdentifier aAlgoritma) throws CryptoException
CryptoException
public static boolean isGCMOID(int[] oid)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2025. All rights reserved.