public class SCCipherWithCertSerialNo
extends java.lang.Object
implements tr.gov.tubitak.uekae.esya.api.common.crypto.BaseCipher
Constructor and Description |
---|
SCCipherWithCertSerialNo(ISmartCard aSmartCard,
long aSessionID,
byte[] aCertSerialNo) |
SCCipherWithCertSerialNo(ISmartCard aSmartCard,
long aSessionID,
byte[] aCertSerialNo,
java.lang.String aAlgorithm,
java.security.spec.AlgorithmParameterSpec aParams) |
Modifier and Type | Method and Description |
---|---|
byte[] |
doFinal(byte[] aData) |
java.lang.String |
getCipherAlgorithmStr() |
public SCCipherWithCertSerialNo(ISmartCard aSmartCard, long aSessionID, byte[] aCertSerialNo)
aSmartCard
- aSessionID
- aCertSerialNo
- public SCCipherWithCertSerialNo(ISmartCard aSmartCard, long aSessionID, byte[] aCertSerialNo, java.lang.String aAlgorithm, java.security.spec.AlgorithmParameterSpec aParams)
public byte[] doFinal(byte[] aData) throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
doFinal
in interface tr.gov.tubitak.uekae.esya.api.common.crypto.BaseCipher
tr.gov.tubitak.uekae.esya.api.common.ESYAException
public java.lang.String getCipherAlgorithmStr()
getCipherAlgorithmStr
in interface tr.gov.tubitak.uekae.esya.api.common.crypto.BaseCipher
Copyright © 2025. All rights reserved.