IAIK PKCS#11 Wrapper
version 1.2.17

iaik.pkcs.pkcs11
Interface Token.SessionReadWriteBehavior

Enclosing interface:
Token

public static interface Token.SessionReadWriteBehavior

This interface defines constants that specify the read/write behavior of a session. There are read-only and read-write sessions. These constants are used for openSession calls.

Invariants

Field Summary
static boolean RO_SESSION
          Indicates a read-only session.
static boolean RW_SESSION
          Indicates a read-write session.
 

Field Detail

RO_SESSION

public static final boolean RO_SESSION
Indicates a read-only session.

See Also:
Constant Field Values

RW_SESSION

public static final boolean RW_SESSION
Indicates a read-write session.

See Also:
Constant Field Values

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.