public class PKCS11KeySpec extends PKCS11Spec
Modifier and Type | Field and Description |
---|---|
protected java.security.spec.KeySpec |
keySpec_
The actual key spec.
|
protected iaik.pkcs.pkcs11.objects.Object |
keyTemplate_
The template for the new key.
|
tokenManager_, USE_PUBLIC_ROLE, USE_PUBLIC_SESSION, USE_READ_ONLY_SESSION, USE_READ_WRITE_SESSION, USE_SO_ROLE, USE_USER_ROLE, USE_USER_SESSION, usePin_, useRole_, useROSession_
Constructor and Description |
---|
PKCS11KeySpec(java.security.spec.KeySpec keySpec,
iaik.pkcs.pkcs11.objects.Object keyTemplate)
Constructor taking several parameters that control where and how the key should be generated.
|
PKCS11KeySpec(java.security.spec.KeySpec keySpec,
TokenManager tokenManager,
iaik.pkcs.pkcs11.objects.Object keyTemplate,
boolean useROSession,
boolean useUserSession)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.security.spec.KeySpec |
getKeySpec()
Get the actual key spec for the new key.
|
iaik.pkcs.pkcs11.objects.Object |
getKeyTemplate()
Get the template for the new key.
|
getPin, getRole, getTokenManager, isUseAnonymousRole, isUseROSession, isUseRwSession, isUseSORole, isUseUserRole, isUseUserSession, setPin, setRole, setTokenManager, setUseAnonymousRole, setUseSORole, setUseUserRole
protected java.security.spec.KeySpec keySpec_
protected iaik.pkcs.pkcs11.objects.Object keyTemplate_
public PKCS11KeySpec(java.security.spec.KeySpec keySpec, TokenManager tokenManager, iaik.pkcs.pkcs11.objects.Object keyTemplate, boolean useROSession, boolean useUserSession)
keySpec
- The actual key spec to use.tokenManager
- The manager to handle the token to generate the key on.keyTemplate
- The template for the new key.useROSession
- true
(USE_READ_ONLY_SESSION
), if the key should be generated
using a read-only session. This is only possible for session-objects.
false
( USE_READ_WRITE_SESSION
) to use a read-write session.useUserSession
- true
(USE_USER_SESSION
), if the key should be generated
using a user session. This is required for private objects (key); i.e. keys that have
their private flag set. false
(USE_PUBLIC_SESSION
) to use a
public session. This will only work for public objects.public PKCS11KeySpec(java.security.spec.KeySpec keySpec, iaik.pkcs.pkcs11.objects.Object keyTemplate)
keySpec
- The actual key spec to use.keyTemplate
- The template for the new key.IAIK JavaSecurity Website https://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. Version 1.9.4