|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Mechanism
Specifies the mechanisms supported by different cryptographic operations.
Constructor Summary | |
Mechanism()
|
Method Summary | |
java.lang.String[] |
getMechanismInfo(long type)
Used to obtains information about a particular mechanism possibly supported by a token. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Mechanism()
Method Detail |
public java.lang.String[] getMechanismInfo(long type) throws OoctiException
type
- Type of mechanism.CRYPTOKI_NOT_INITIALIZED
- DEVICE_ERROR
- DEVICE_MEMORY
- DEVICE_REMOVED
- FUNCTION_FAILED
- GENERAL_ERROR
- HOST_MEMORY
- MECHANISM_INVALID
- SLOT_ID_INVALID
- TOKEN_NOT_PRESENT
- TOKEN_NOT_RECOGNIZED
- ARGUMENTS_BAD
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |