IAIK PKCS#11 Wrapper
version 1.2.17

Uses of Class
iaik.pkcs.pkcs11.MechanismInfo

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

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.