|
IAIK PKCS#11 Wrapper Demo version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdemo.pkcs.pkcs11.InitArgs
This demo program tries to call initialize with some arguments.
Field Summary | |
protected byte[] |
reservedParameter_
|
Constructor Summary | |
InitArgs(byte[] reservedParameter)
|
Method Summary | |
MutexHandler |
getMutexHandler()
Get the handler object that handes mutex objects. |
Object |
getReserved()
Get the reserved parameter. |
boolean |
isLibraryCantCreateOsThreads()
Checks, if the library is not allowed to create operating system threads. |
boolean |
isOsLockingOk()
Checks, if the library is allowed to use locking mechanisms of the operating system. |
static void |
main(String[] args)
|
protected static void |
printUsage()
|
protected static byte[] |
readStream(InputStream in)
Read the contents of the stream into a byte array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] reservedParameter_
Constructor Detail |
public InitArgs(byte[] reservedParameter)
Method Detail |
public static void main(String[] args)
protected static void printUsage()
protected static byte[] readStream(InputStream in) throws IOException
IOException
public MutexHandler getMutexHandler()
getMutexHandler
in interface InitializeArgs
public boolean isLibraryCantCreateOsThreads()
isLibraryCantCreateOsThreads
in interface InitializeArgs
public boolean isOsLockingOk()
isOsLockingOk
in interface InitializeArgs
public Object getReserved()
getReserved
in interface InitializeArgs
|
IAIK PKCS#11 Wrapper Demo version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |