This method checks, if the mechanism with the given code is a full
encrypt/decrypt mechanism; i.e. it supports the encryptUpdate()
and decryptUpdate() functions.
This method checks, if the mechanism with the given code is a full
sign/verify mechanism; i.e. it supports the signUpdate()
and verifyUpdate() functions.
This method checks, if this mechanism is a
single-operation encrypt/decrypt mechanism; i.e. it does not support the
encryptUpdate() and decryptUpdate() functions.
This method checks, if the mechanism with the given code is a
single-operation encrypt/decrypt mechanism; i.e. it does not support the
encryptUpdate() and decryptUpdate() functions.
This method checks, if this mechanism is a
single-operation sign/verify mechanism; i.e. it does not support the
signUpdate() and encryptUpdate() functions.
This method checks, if the mechanism with the given code is a
single-operation sign/verify mechanism; i.e. it does not support the
signUpdate() and encryptUpdate() functions.
IAIK at Graz University of Technology, Austria, Europe Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.