Modifier and Type | Method and Description |
---|---|
void |
SmartCard.createSecretKey(long aSessionID,
SecretKey aKey)
createSecretKey creates secret key
|
void |
ISmartCard.createSecretKey(long aSessionID,
SecretKey aKey) |
void |
SmartCard.importSecretKey(long aSessionID,
SecretKey aKey)
importSecretKey imports the given secret key to the token
|
void |
ISmartCard.importSecretKey(long aSessionID,
SecretKey aKey) |
Modifier and Type | Method and Description |
---|---|
void |
PKCS11Ops.createSecretKey(long aSessionID,
SecretKey aKey) |
void |
IPKCS11Ops.createSecretKey(long aSessionId,
SecretKey aKey) |
void |
AtikKG.createSecretKey(long aSessionId,
SecretKey aKey) |
void |
PKCS11Ops.importSecretKey(long aSessionId,
SecretKey aKey) |
void |
IPKCS11Ops.importSecretKey(long aSessionId,
SecretKey aKey) |
void |
AtikKG.importSecretKey(long aSessionId,
SecretKey aKey) |
Modifier and Type | Class and Description |
---|---|
class |
AESSecretKey
Deprecated.
do no use or implement, use AESKeyTemplate
|
class |
DES3SecretKey
Deprecated.
do no use or implement, use AESKeyTemplate
|
class |
HMACSecretKey
Deprecated.
do no use or implement, use AESKeyTemplate
|
Modifier and Type | Method and Description |
---|---|
java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> |
NCipherTemplate.getSecretKeyCreateTemplate(SecretKey aKey) |
java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> |
ICardTemplate.getSecretKeyCreateTemplate(SecretKey aKey)
Deprecated.
pls use applyTemplate with SecretKeyTemplate
|
java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> |
CardTemplate.getSecretKeyCreateTemplate(SecretKey aKey)
Deprecated.
pls use applyTemplate with SecretKeyTemplate
|
java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> |
NCipherTemplate.getSecretKeyImportTemplate(SecretKey aKey) |
java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> |
ICardTemplate.getSecretKeyImportTemplate(SecretKey aKey)
Deprecated.
pls use applyTemplate with SecretKeyTemplate
|
java.util.List<sun.security.pkcs11.wrapper.CK_ATTRIBUTE> |
CardTemplate.getSecretKeyImportTemplate(SecretKey aKey)
Deprecated.
pls use applyTemplate with SecretKeyTemplate
|
Copyright © 2025. All rights reserved.