|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanAttribute | |
iaik.pkcs.pkcs11.objects | This package contains all classes for objects and attributes as known from PKCS#11. |
Uses of BooleanAttribute in iaik.pkcs.pkcs11.objects |
Fields in iaik.pkcs.pkcs11.objects declared as BooleanAttribute | |
protected BooleanAttribute |
Storage.token_
True, if object is a token object (not a session object). |
protected BooleanAttribute |
Storage.private_
True, if this is a private object. |
protected BooleanAttribute |
Storage.modifiable_
True, if this object is modifiable. |
protected BooleanAttribute |
DomainParameters.local_
True, if this key was created (generated or copiedfrom a different key) on the token. |
protected BooleanAttribute |
Key.derive_
True, if other keys can be derived from this key. |
protected BooleanAttribute |
Key.local_
True, if this key was created (generated or copied from a different key) on the token. |
protected BooleanAttribute |
SecretKey.sensitive_
True, if this key is sensitive. |
protected BooleanAttribute |
SecretKey.encrypt_
True, if this key can be used for encryption. |
protected BooleanAttribute |
SecretKey.decrypt_
True, if this key can be used for decryption. |
protected BooleanAttribute |
SecretKey.sign_
True, if this key can be used for signing. |
protected BooleanAttribute |
SecretKey.verify_
True, if this key can be used for verification. |
protected BooleanAttribute |
SecretKey.wrap_
True, if this key can be used for wrapping other keys. |
protected BooleanAttribute |
SecretKey.unwrap_
True, if this key can be used for unwrapping other keys. |
protected BooleanAttribute |
SecretKey.extractable_
True, if this key is extractable from the token. |
protected BooleanAttribute |
SecretKey.alwaysSensitive_
True, if this key was always sensitive. |
protected BooleanAttribute |
SecretKey.neverExtractable_
True, if this key was never extractable. |
protected BooleanAttribute |
SecretKey.wrapWithTrusted_
True, if this private key can only be wrapped with a wrapping key having set the attribute trusted to true. |
protected BooleanAttribute |
SecretKey.trusted_
True, if this public key can be used for wrapping other keys. |
protected BooleanAttribute |
MonotonicCounter.resetOnInit_
True, if this counter is reset on token initializatioin. |
protected BooleanAttribute |
MonotonicCounter.hasReset_
True, if this counter has benn reset at least once. |
protected BooleanAttribute |
PublicKey.encrypt_
True, if this public key can be used for encryption. |
protected BooleanAttribute |
PublicKey.verify_
True, if this public key can be used for verification. |
protected BooleanAttribute |
PublicKey.verifyRecover_
True, if this public key can be used for encryption with recovery. |
protected BooleanAttribute |
PublicKey.wrap_
True, if this public key can be used for wrapping other keys. |
protected BooleanAttribute |
PublicKey.trusted_
True, if this public key can be used for wrapping other keys. |
protected BooleanAttribute |
PrivateKey.sensitive_
True, if this private key is sensitive. |
protected BooleanAttribute |
PrivateKey.secondaryAuth_
True, if this private key supports secondary authentication. |
protected BooleanAttribute |
PrivateKey.decrypt_
True, if this private key can be used for encryption. |
protected BooleanAttribute |
PrivateKey.sign_
True, if this private key can be used for signing. |
protected BooleanAttribute |
PrivateKey.signRecover_
True, if this private key can be used for signing with recover. |
protected BooleanAttribute |
PrivateKey.unwrap_
True, if this private key can be used for unwrapping wrapped keys. |
protected BooleanAttribute |
PrivateKey.extractable_
True, if this private key can not be extracted from the token. |
protected BooleanAttribute |
PrivateKey.alwaysSensitive_
True, if this private key was always sensitive. |
protected BooleanAttribute |
PrivateKey.neverExtractable_
True, if this private key was never extractable. |
protected BooleanAttribute |
PrivateKey.wrapWithTrusted_
True, if this private key can only be wrapped with a wrapping key having set the attribute trusted to true. |
protected BooleanAttribute |
PrivateKey.alwaysAuthenticate_
True, if the user has to supply the PIN for each use (sign or decrypt) with the key. |
protected BooleanAttribute |
Certificate.trusted_
Indicates, if this certificate can be trusted. |
Methods in iaik.pkcs.pkcs11.objects that return BooleanAttribute | |
BooleanAttribute |
Storage.getToken()
Check, if this is a token object. |
BooleanAttribute |
Storage.getPrivate()
Check, if this is a private object. |
BooleanAttribute |
Storage.getModifiable()
Check, if this is a modifiable object. |
BooleanAttribute |
DomainParameters.isLocal()
Check, if this key is a local key; i.e. |
BooleanAttribute |
UserInterface.getColor()
Gets the color. |
BooleanAttribute |
Key.getDerive()
Check, if other keys can be derived from this key. |
BooleanAttribute |
Key.getLocal()
Check, if this key is a local key; i.e. |
BooleanAttribute |
SecretKey.getSensitive()
Gets the sensitive attribute of this key. |
BooleanAttribute |
SecretKey.getEncrypt()
Gets the encrypt attribute of this key. |
BooleanAttribute |
SecretKey.getVerify()
Gets the verify attribute of this key. |
BooleanAttribute |
SecretKey.getDecrypt()
Gets the decrypt attribute of this key. |
BooleanAttribute |
SecretKey.getSign()
Gets the sign attribute of this key. |
BooleanAttribute |
SecretKey.getWrap()
Gets the wrap attribute of this key. |
BooleanAttribute |
SecretKey.getUnwrap()
Gets the unwrap attribute of this key. |
BooleanAttribute |
SecretKey.getExtractable()
Gets the extractable attribute of this key. |
BooleanAttribute |
SecretKey.getAlwaysSensitive()
Gets the always sensitive attribute of this key. |
BooleanAttribute |
SecretKey.getNeverExtractable()
Gets the never extractable attribute of this key. |
BooleanAttribute |
SecretKey.getWrapWithTrusted()
Gets the wrap with trusted attribute of this key. |
BooleanAttribute |
SecretKey.getTrusted()
Gets the trusted attribute of this key. |
BooleanAttribute |
MonotonicCounter.getHasReset()
Gets the has-reset attribute of this monotonic counter object. |
BooleanAttribute |
MonotonicCounter.isResetOnInit()
Gets the reseet-on-init attribute of this monotonic counter object. |
BooleanAttribute |
PublicKey.getEncrypt()
Gets the encrypt attribute of this key. |
BooleanAttribute |
PublicKey.getVerify()
Gets the verify attribute of this key. |
BooleanAttribute |
PublicKey.getVerifyRecover()
Gets the verify recover attribute of this key. |
BooleanAttribute |
PublicKey.getWrap()
Gets the wrap attribute of this key. |
BooleanAttribute |
PublicKey.getTrusted()
Gets the trusted attribute of this key. |
BooleanAttribute |
PrivateKey.getSensitive()
Gets the sensitive attribute of this key. |
BooleanAttribute |
PrivateKey.getSecondaryAuth()
Gets the secondary authentication attribute of this key. |
BooleanAttribute |
PrivateKey.getDecrypt()
Gets the decrypt attribute of this key. |
BooleanAttribute |
PrivateKey.getSign()
Gets the sign attribute of this key. |
BooleanAttribute |
PrivateKey.getSignRecover()
Gets the sign recover attribute of this key. |
BooleanAttribute |
PrivateKey.getUnwrap()
Gets the unwrap attribute of this key. |
BooleanAttribute |
PrivateKey.getExtractable()
Gets the extractable attribute of this key. |
BooleanAttribute |
PrivateKey.getAlwaysSensitive()
Gets the always sensitive attribute of this key. |
BooleanAttribute |
PrivateKey.getNeverExtractable()
Gets the never extractable attribute of this key. |
BooleanAttribute |
PrivateKey.getWrapWithTrusted()
Gets the wrap with trusted attribute of this key. |
BooleanAttribute |
PrivateKey.getAlwaysAuthenticate()
Gets the always authenticate attribute of this key. |
BooleanAttribute |
Certificate.getTrusted()
Gets the trusted attribute of the PKCS#11 certificate. |
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |