Modifier and Type | Method and Description |
---|---|
void |
SmartCard.createSecretKey(long sessionID,
SecretKeyTemplate template)
Create SecretKey specified with SecretKeyTemplate
|
void |
ISmartCard.createSecretKey(long sessionID,
SecretKeyTemplate template) |
void |
SmartCard.importSecretKey(long aSessionID,
SecretKeyTemplate aKeyTemplate) |
Modifier and Type | Class and Description |
---|---|
class |
AESKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/12/12 - 12:20 AM |
class |
DES3KeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/12/12 - 12:20 AM |
class |
HMACKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/12/12 - 12:21 AM |
Modifier and Type | Method and Description |
---|---|
SecretKeyTemplate |
SecretKeyTemplate.getAsCreationTemplate()
adds CK_ATTRIBUTE(PKCS11Constants.CKA_TOKEN, true)
|
SecretKeyTemplate |
SecretKeyTemplate.getAsDecryptorTemplate() |
SecretKeyTemplate |
SecretKeyTemplate.getAsExportableTemplate()
convert to wrapper key template, adds
|
SecretKeyTemplate |
SecretKeyTemplate.getAsImportTemplate(byte[] value)
Adds as token
|
SecretKeyTemplate |
SecretKeyTemplate.getAsUnwrapperTemplate()
convert to unwrapper key template,adds
|
SecretKeyTemplate |
SecretKeyTemplate.getAsWrapperTemplate()
convert to wrapper key template,adds
|
Modifier and Type | Method and Description |
---|---|
void |
PKCS11Ops.createSecretKey(long sessionID,
SecretKeyTemplate template) |
void |
IPKCS11Ops.createSecretKey(long sessionID,
SecretKeyTemplate template) |
void |
AtikKG.createSecretKey(long sessionID,
SecretKeyTemplate template) |
void |
PKCS11Ops.importSecretKey(long aSessionId,
SecretKeyTemplate aKeyTemplate) |
void |
IPKCS11Ops.importSecretKey(long aSessionId,
SecretKeyTemplate aKey) |
void |
AtikKG.importSecretKey(long aSessionId,
SecretKeyTemplate aKey) |
Modifier and Type | Method and Description |
---|---|
void |
NCipherTemplate.applyTemplate(SecretKeyTemplate template) |
void |
ICardTemplate.applyTemplate(SecretKeyTemplate template) |
void |
DirakHSMTemplate.applyTemplate(SecretKeyTemplate template) |
void |
CardTemplate.applyTemplate(SecretKeyTemplate template)
apply template into card with specific attributes
|
Copyright © 2025. All rights reserved.