Modifier and Type | Method and Description |
---|---|
static void |
SmartOp.unwrap(ISmartCard aSC,
long aSessionID,
long aSlot,
java.lang.String aAlgorithm,
java.lang.String unwrapperKeyLabel,
byte[] wrappedKey,
KeyTemplate unwrappedKeyTemplate,
java.security.spec.AlgorithmParameterSpec aParams) |
void |
SmartCard.unwrapKey(long sessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM mechanism,
byte[] certSerialNumber,
byte[] wrappedKey,
KeyTemplate unwrappedKeyTemplate)
Unrap(wrappedKey) keys with unwrapper key(unwrappingKeyLabel) in smartcard with specified mechanism(mechanism), creating key with KeyTemplate(unwrappedKeyTemplate)
|
void |
ISmartCard.unwrapKey(long sessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM mechanism,
byte[] certSerialNumber,
byte[] wrappedKey,
KeyTemplate unwrappedKeyTemplate) |
void |
SmartCard.unwrapKey(long sessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM mechanism,
KeyTemplate unwrapperKeyTemplate,
byte[] wrappedKey,
KeyTemplate unwrappedKeyTemplate)
Unrap(wrappedKey) keys with unwrapper key(unwrappingKeyLabel) in smartcard with specified mechanism(mechanism), creating key with KeyTemplate(unwrappedKeyTemplate)
|
void |
ISmartCard.unwrapKey(long sessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM mechanism,
KeyTemplate unwrapperKeyTemplate,
byte[] wrappedKey,
KeyTemplate unwrappedKeyTemplate) |
void |
SmartCard.unwrapKey(long sessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM mechanism,
java.lang.String unwrapperKeyLabel,
byte[] wrappedKey,
KeyTemplate unwrappedKeyTemplate)
Unrap(wrappedKey) keys with unwrapper key(unwrappingKeyLabel) in smartcard with specified mechanism(mechanism), creating key with KeyTemplate(unwrappedKeyTemplate)
|
void |
ISmartCard.unwrapKey(long sessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM mechanism,
java.lang.String unwrapperKeyLabel,
byte[] wrappedKey,
KeyTemplate unwrappedKeyTemplate) |
byte[] |
SmartCard.wrapKey(long sessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM mechanism,
KeyTemplate wrapperKeyTemplate,
KeyTemplate wrappingKeyTemplate)
Wrap keys in smartcard with specified wrapping key in smartcard.
|
byte[] |
ISmartCard.wrapKey(long sessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM mechanism,
KeyTemplate wrapperKeyTemplate,
KeyTemplate wrappingKeyTemplate) |
Modifier and Type | Method and Description |
---|---|
KeyTemplate |
KeyTemplate.add(sun.security.pkcs11.wrapper.CK_ATTRIBUTE attribute)
Adds attribute for this key, overrides existing CK_ATTRIBUTE.type is unique
|
static KeyTemplate |
KeyTemplateFactory.getKeyTemplate(java.lang.String label,
java.security.Key key) |
Modifier and Type | Class and Description |
---|---|
class |
AsymmKeyTemplate<T extends java.security.spec.AlgorithmParameterSpec>
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/11/12 - 12:26 AM |
Modifier and Type | Class and Description |
---|---|
class |
ECKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/11/12 - 12:34 AM |
class |
ECPrivateKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/12/12 - 6:52 PM |
class |
ECPublicKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/12/12 - 6:52 PM |
Modifier and Type | Class and Description |
---|---|
class |
RSAKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/10/12 - 11:47 PM |
class |
RSAPrivateKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/11/12 - 8:04 PM |
class |
RSAPublicKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/11/12 - 8:27 PM |
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 |
class |
SecretKeyTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/12/12 - 12:19 AM |
Modifier and Type | Method and Description |
---|---|
KeyTemplate |
HMACKeyTemplate.getAsSignerTemplate()
convert as HMAC Signer Template, HMACKeyTemplate plus:
|
Modifier and Type | Method and Description |
---|---|
void |
PKCS11Ops.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
byte[] certSerialNumber,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
void |
IPKCS11Ops.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
byte[] certSerialNumber,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
void |
AtikKG.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
byte[] certSerialNumber,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
void |
PKCS11Ops.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
KeyTemplate unwrapperKeyTemplate,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
void |
IPKCS11Ops.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
KeyTemplate unwrapperKeyTemplate,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
void |
AtikKG.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
KeyTemplate unwrapperKeyTemplate,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
void |
PKCS11Ops.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
java.lang.String unwrapperKeyLabel,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
void |
IPKCS11Ops.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
java.lang.String unwrapperKeyLabel,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
void |
AtikKG.unwrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
java.lang.String aUnwrappingKeyLabel,
byte[] aWrappedKey,
KeyTemplate aUnwrappedKeyTemplate) |
byte[] |
PKCS11Ops.wrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
KeyTemplate wrapperKeyTemplate,
KeyTemplate aToBeExportedKeyTemplate)
wrapKey wraps (i.e., encrypts) a private or secret key.
|
byte[] |
IPKCS11Ops.wrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
KeyTemplate wrapperKeyFacade,
KeyTemplate keyFacade) |
byte[] |
AtikKG.wrapKey(long aSessionID,
sun.security.pkcs11.wrapper.CK_MECHANISM aMechanism,
KeyTemplate wrapperKeyFacade,
KeyTemplate keyFacade) |
Copyright © 2025. All rights reserved.