Uses of Class
org.xipki.pkcs11.wrapper.MechanismInfo
-
Packages that use MechanismInfo Package Description org.xipki.pkcs11.wrapper -
-
Uses of MechanismInfo in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper that return MechanismInfo Modifier and Type Method Description MechanismInfoPKCS11Token. getMechanismInfo(long mechanism)Gets theMechanismInfofor given mechanism code.MechanismInfoToken. getMechanismInfo(long mechanism)Get more information about one supported mechanism.Methods in org.xipki.pkcs11.wrapper with parameters of type MechanismInfo Modifier and Type Method Description booleanMechanismInfo. supports(MechanismInfo requiredFeatures)Check, if this mechanism info has those flags set to true, which are set in the given mechanism info.
-