public class UtimacoOpsR2 extends PKCS11Ops
mESYAPKCS11, mPKCS11, OZET_ALICI
Constructor and Description |
---|
UtimacoOpsR2() |
Modifier and Type | Method and Description |
---|---|
byte[] |
signData(long aSessionID,
java.lang.String aKeyLabel,
byte[] aImzalanacak,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism) |
byte[] |
signDataWithCertSerialNo(long aSessionID,
byte[] aSerialNumber,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
byte[] aImzalanacak) |
void |
updatePrivateData(long aSessionID,
java.lang.String aLabel,
byte[] aValue) |
void |
updatePublicData(long aSessionID,
java.lang.String aLabel,
byte[] aValue) |
void |
verifyData(long aSessionID,
java.lang.String aKeyLabel,
byte[] aData,
byte[] aImza,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism) |
void |
verifyData(long aSessionID,
java.lang.String aKeyLabel,
byte[] aData,
byte[] aImza,
long aMechanism) |
_deleteObject, _readData, _readData, _readECPublicKeySpec, changeLabel, changePassword, changePUK, changeUserPin, closeSession, createKeyPair, createKeyPair, createKeyPair, createKeyPairWithOutRead, createKeyPairWithOutRead, createSecretKey, createSecretKey, decryptData, decryptDataWithCertSerialNo, deleteCertificate, deletePrivateData, deletePrivateObject, deletePublicData, deletePublicObject, encryptData, formatToken, generateECKeyPair, generateRSAPrivateKey, getAttributeValue, getCertificates, getEncryptionCertificates, getEncryptionKeyLabels, getLabels, getMechanismList, getModulusOfKey, getmPKCS11, getObjIDFromPrivateKeyLabel, getObjIDFromPublicKeyLabel, getPrivateKeyObjIDFromCertificateSerial, getRandomData, getSessionInfo, getSignatureCertificates, getSignatureKeyLabels, getSlotInfo, getSlotList, getTokenInfo, getTokenPresentSlotList, getTokenPresentSlotListWithDescription, getTokenSerialNo, getUnwrapperKeyLabels, getWrapperKeyLabels, importCertificate, importCertificateAndKey, importCertificateAndKeyWithCSP, importCertificateAndKeyWithCSP, importKeyPair, importKeyPair, importKeyPair, importKeyPair, importSecretKey, importSecretKey, initialize, isAnyObjectExist, isCertificateExist, isObjectExist, isPrivateKeyExist, isPublicKeyExist, isTokenPresent, login, logout, objeAra, openSession, readCertificate, readCertificate, readPrivateData, readPublicData, readPublicKeySpec, readPublicKeySpec, setContainer, setSOPin, signAndRecoverData, signDataWithKeyID, toByteArray, unBlockPIN, unwrapKey, unwrapKey, unwrapKey, verifyAndRecoverData, wrapKey, wrapKey, writePrivateData, writePublicData
public byte[] signData(long aSessionID, java.lang.String aKeyLabel, byte[] aImzalanacak, sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism) throws sun.security.pkcs11.wrapper.PKCS11Exception, SmartCardException
signData
in interface IPKCS11Ops
signData
in class PKCS11Ops
sun.security.pkcs11.wrapper.PKCS11Exception
SmartCardException
public byte[] signDataWithCertSerialNo(long aSessionID, byte[] aSerialNumber, sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism, byte[] aImzalanacak) throws sun.security.pkcs11.wrapper.PKCS11Exception, SmartCardException
signDataWithCertSerialNo
in interface IPKCS11Ops
signDataWithCertSerialNo
in class PKCS11Ops
sun.security.pkcs11.wrapper.PKCS11Exception
SmartCardException
public void verifyData(long aSessionID, java.lang.String aKeyLabel, byte[] aData, byte[] aImza, sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism) throws sun.security.pkcs11.wrapper.PKCS11Exception, SmartCardException
verifyData
in interface IPKCS11Ops
verifyData
in class PKCS11Ops
sun.security.pkcs11.wrapper.PKCS11Exception
SmartCardException
public void verifyData(long aSessionID, java.lang.String aKeyLabel, byte[] aData, byte[] aImza, long aMechanism) throws sun.security.pkcs11.wrapper.PKCS11Exception, SmartCardException
verifyData
in interface IPKCS11Ops
verifyData
in class PKCS11Ops
sun.security.pkcs11.wrapper.PKCS11Exception
SmartCardException
public void updatePrivateData(long aSessionID, java.lang.String aLabel, byte[] aValue) throws sun.security.pkcs11.wrapper.PKCS11Exception, SmartCardException
updatePrivateData
in interface IPKCS11Ops
updatePrivateData
in class PKCS11Ops
sun.security.pkcs11.wrapper.PKCS11Exception
SmartCardException
public void updatePublicData(long aSessionID, java.lang.String aLabel, byte[] aValue) throws sun.security.pkcs11.wrapper.PKCS11Exception, SmartCardException
updatePublicData
in interface IPKCS11Ops
updatePublicData
in class PKCS11Ops
sun.security.pkcs11.wrapper.PKCS11Exception
SmartCardException
Copyright © 2025. All rights reserved.