Modifier and Type | Method and Description |
---|---|
java.security.spec.KeySpec |
SmartCard.createKeyPair(long aSessionID,
KeyPairTemplate template)
createKeyPair generates public/private key pair according to the given KeyPairTemplate.
|
java.security.spec.KeySpec |
ISmartCard.createKeyPair(long aSessionID,
KeyPairTemplate template) |
void |
SmartCard.importKeyPair(long sessionID,
KeyPairTemplate template)
Create KeyPair specified with KeyPairTemplate
|
void |
ISmartCard.importKeyPair(long sessionID,
KeyPairTemplate template) |
Modifier and Type | Class and Description |
---|---|
class |
ECKeyPairTemplate<Public extends ECPublicKeyTemplate,Private extends ECPrivateKeyTemplate>
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 |
RSAKeyPairTemplate
Author : zeldal.ozdemir
Project : MA3 Copyright : TUBITAK Copyright (c) 2006-2012 Date: 10/11/12 - 11:40 PM |
Modifier and Type | Method and Description |
---|---|
java.security.spec.KeySpec |
PKCS11Ops.createKeyPair(long aSessionID,
KeyPairTemplate template) |
java.security.spec.KeySpec |
IPKCS11Ops.createKeyPair(long aSessionID,
KeyPairTemplate template) |
java.security.spec.KeySpec |
AtikKG.createKeyPair(long aSessionID,
KeyPairTemplate template) |
void |
PKCS11Ops.importKeyPair(long sessionID,
KeyPairTemplate template) |
void |
IPKCS11Ops.importKeyPair(long sessionID,
KeyPairTemplate template) |
void |
AtikKG.importKeyPair(long sessionID,
KeyPairTemplate template) |
Modifier and Type | Method and Description |
---|---|
void |
ICardTemplate.applyTemplate(KeyPairTemplate template) |
void |
DirakHSMTemplate.applyTemplate(KeyPairTemplate template) |
void |
CardTemplate.applyTemplate(KeyPairTemplate template)
apply template into card with specific attributes
|
void |
AkisTemplate.applyTemplate(KeyPairTemplate template) |
Copyright © 2025. All rights reserved.