|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MechanismInfo | |
iaik.pkcs.pkcs11 |
Uses of MechanismInfo in iaik.pkcs.pkcs11 |
Methods in iaik.pkcs.pkcs11 that return MechanismInfo | |
MechanismInfo |
Token.getMechanismInfo(Mechanism mechanism)
Get mor information about one supported mechanism. |
MechanismInfo |
MechanismInfo.or(MechanismInfo other)
Create a new MechanismInfo objects whichs flags are a logical OR of this object's flags and the other object's flags. |
MechanismInfo |
MechanismInfo.and(MechanismInfo other)
Create a new MechanismInfo objects whichs flags are a logical AND of this object's flags and the other object's flags. |
MechanismInfo |
MechanismInfo.not()
Create a new MechanismInfo objects whichs flags are a logical NOT of this object's flags. |
Methods in iaik.pkcs.pkcs11 with parameters of type MechanismInfo | |
MechanismInfo |
MechanismInfo.or(MechanismInfo other)
Create a new MechanismInfo objects whichs flags are a logical OR of this object's flags and the other object's flags. |
MechanismInfo |
MechanismInfo.and(MechanismInfo other)
Create a new MechanismInfo objects whichs flags are a logical AND of this object's flags and the other object's flags. |
boolean |
MechanismInfo.supports(MechanismInfo requiredFeatures)
Check, if this mechanism info has those flags set to true, which are set in the given mechanism info. |
|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |