IAIK PKCS#11 Wrapper
version 1.2.17

iaik.pkcs.pkcs11.parameters
Interface RSAPkcsParameters.MessageGenerationFunctionType

Enclosing interface:
RSAPkcsParameters

public static interface RSAPkcsParameters.MessageGenerationFunctionType

This interface defines the available message generation function types as defined by PKCS#11: CKG_MGF1_SHA1, CKG_MGF1_SHA256, CKG_MGF1_SHA384 and CKG_MGF1_SHA512.

Invariants

Field Summary
static long SHA1
          The indentifier for CKG_MGF1_SHA1.
static long SHA256
          The indentifier for CKG_MGF1_SHA256.
static long SHA384
          The indentifier for CKG_MGF1_SHA384.
static long SHA512
          The indentifier for CKG_MGF1_SHA512.
 

Field Detail

SHA1

public static final long SHA1
The indentifier for CKG_MGF1_SHA1.

See Also:
Constant Field Values

SHA256

public static final long SHA256
The indentifier for CKG_MGF1_SHA256.

See Also:
Constant Field Values

SHA384

public static final long SHA384
The indentifier for CKG_MGF1_SHA384.

See Also:
Constant Field Values

SHA512

public static final long SHA512
The indentifier for CKG_MGF1_SHA512.

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.