IAIK PKCS#11 Wrapper
version 1.2.16
A B C D E F G H I J K L M N O P R S T U V W X Y

R

RC2 - Static variable in interface iaik.pkcs.pkcs11.objects.Key.KeyType
The indentifier for a RC2 key.
RC2CbcParameters - class iaik.pkcs.pkcs11.parameters.RC2CbcParameters.
This class encapsulates parameters for the algorithm Mechanism.RC2_CBC.
RC2CbcParameters(long, byte[]) - Constructor for class iaik.pkcs.pkcs11.parameters.RC2CbcParameters
Create a new RC2CbcParameters object with the given effective bits and the initialization vector.
RC2MacGeneralParameters - class iaik.pkcs.pkcs11.parameters.RC2MacGeneralParameters.
This class encapsulates parameters for the algorithm Mechanism.RC2_MAC_GENERAL.
RC2MacGeneralParameters(long, long) - Constructor for class iaik.pkcs.pkcs11.parameters.RC2MacGeneralParameters
Create a new RC2MacGeneralParameters object with the given effective bits and given MAC length.
RC2Parameters - class iaik.pkcs.pkcs11.parameters.RC2Parameters.
This class encapsulates parameters for the algorithms Mechanism.RC2_ECB and Mechanism.RC2_MAC.
RC2Parameters(long) - Constructor for class iaik.pkcs.pkcs11.parameters.RC2Parameters
Create a new RC2Parameters object with the given effective bits.
RC2SecretKey - class iaik.pkcs.pkcs11.objects.RC2SecretKey.
Objects of this class represent RC2 secret keys as specified by PKCS#11 v2.11.
RC2SecretKey() - Constructor for class iaik.pkcs.pkcs11.objects.RC2SecretKey
Deafult Constructor.
RC2SecretKey(Session, long) - Constructor for class iaik.pkcs.pkcs11.objects.RC2SecretKey
Called by getInstance to create an instance of a PKCS#11 RC2 secret key.
RC2_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC2_CBC_PAD - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC2_ECB - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC2_KEY_GEN - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC2_MAC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC2_MAC_GENERAL - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC4 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC4 - Static variable in interface iaik.pkcs.pkcs11.objects.Key.KeyType
The indentifier for a RC4 key.
RC4SecretKey - class iaik.pkcs.pkcs11.objects.RC4SecretKey.
Objects of this class represent RC4 secret keys as specified by PKCS#11 v2.11.
RC4SecretKey() - Constructor for class iaik.pkcs.pkcs11.objects.RC4SecretKey
Deafult Constructor.
RC4SecretKey(Session, long) - Constructor for class iaik.pkcs.pkcs11.objects.RC4SecretKey
Called by getInstance to create an instance of a PKCS#11 RC4 secret key.
RC4_KEY_GEN - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC5 - Static variable in interface iaik.pkcs.pkcs11.objects.Key.KeyType
The indentifier for a RC5 key.
RC5CbcParameters - class iaik.pkcs.pkcs11.parameters.RC5CbcParameters.
This class encapsulates parameters for the algorithms Mechanism.RC5_CBC and Mechanism.RC5_CBC_PAD.
RC5CbcParameters(long, long, byte[]) - Constructor for class iaik.pkcs.pkcs11.parameters.RC5CbcParameters
Create a new RC5CbcParameters object with the given word size, given rounds and the initialization vector.
RC5MacGeneralParameters - class iaik.pkcs.pkcs11.parameters.RC5MacGeneralParameters.
This class encapsulates parameters for the algorithms Mechanism.RC5_MAC_GENERAL.
RC5MacGeneralParameters(long, long, long) - Constructor for class iaik.pkcs.pkcs11.parameters.RC5MacGeneralParameters
Create a new RC5MacGeneralParameters object with the given word size, given rounds and the MAC length.
RC5Parameters - class iaik.pkcs.pkcs11.parameters.RC5Parameters.
This class encapsulates parameters for the algorithms Mechanism.RC5_ECB and Mechanism.RC5_MAC.
RC5Parameters(long, long) - Constructor for class iaik.pkcs.pkcs11.parameters.RC5Parameters
Create a new RC5Parameters object with the given word size and given rounds.
RC5SecretKey - class iaik.pkcs.pkcs11.objects.RC5SecretKey.
Objects of this class represent RC5 secret keys as specified by PKCS#11 v2.11.
RC5SecretKey() - Constructor for class iaik.pkcs.pkcs11.objects.RC5SecretKey
Deafult Constructor.
RC5SecretKey(Session, long) - Constructor for class iaik.pkcs.pkcs11.objects.RC5SecretKey
Called by getInstance to create an instance of a PKCS#11 RC5 secret key.
RC5_CBC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC5_CBC_PAD - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC5_ECB - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC5_KEY_GEN - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC5_MAC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RC5_MAC_GENERAL - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RESET_ON_INIT - Static variable in class iaik.pkcs.pkcs11.objects.Attribute
 
RIPEMD128 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RIPEMD128_HMAC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RIPEMD128_HMAC_GENERAL - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RIPEMD128_RSA_PKCS - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RIPEMD160 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RIPEMD160_HMAC - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RIPEMD160_HMAC_GENERAL - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RIPEMD160_RSA_PKCS - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RO_PUBLIC_SESSION - Static variable in class iaik.pkcs.pkcs11.State
Constant for a read-only public session.
RO_SESSION - Static variable in interface iaik.pkcs.pkcs11.Token.SessionReadWriteBehavior
Indicates a read-only session.
RO_USER_FUNCTIONS - Static variable in class iaik.pkcs.pkcs11.State
Constant for a read-only user session.
RSA - Static variable in interface iaik.pkcs.pkcs11.objects.Key.KeyType
The indentifier for a RSA key.
RSAPkcsOaepParameters - class iaik.pkcs.pkcs11.parameters.RSAPkcsOaepParameters.
This class encapsulates parameters for the Mechanism.RSA_PKCS_OAEP.
RSAPkcsOaepParameters(Mechanism, long, long, byte[]) - Constructor for class iaik.pkcs.pkcs11.parameters.RSAPkcsOaepParameters
Create a new RSAPkcsOaepParameters object with the given attributes.
RSAPkcsOaepParameters.SourceType - interface iaik.pkcs.pkcs11.parameters.RSAPkcsOaepParameters.SourceType.
This interface defines the available source types as defined by PKCS#11: CKZ_DATA_SPECIFIED.
RSAPkcsParameters - class iaik.pkcs.pkcs11.parameters.RSAPkcsParameters.
This abstract class encapsulates parameters for the RSA PKCS mechanisms Mechanism.RSA_PKCS_OAEP and Mechanism.RSA_PKCS_PSS.
RSAPkcsParameters(Mechanism, long) - Constructor for class iaik.pkcs.pkcs11.parameters.RSAPkcsParameters
Create a new RSAPkcsarameters object with the given attributes.
RSAPkcsParameters.MessageGenerationFunctionType - interface iaik.pkcs.pkcs11.parameters.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.
RSAPkcsPssParameters - class iaik.pkcs.pkcs11.parameters.RSAPkcsPssParameters.
This class encapsulates parameters for the Mechanism.RSA_PKCS_PSS.
RSAPkcsPssParameters(Mechanism, long, long) - Constructor for class iaik.pkcs.pkcs11.parameters.RSAPkcsPssParameters
Create a new RSAPkcsOaepParameters object with the given attributes.
RSAPrivateKey - class iaik.pkcs.pkcs11.objects.RSAPrivateKey.
Objects of this class represent RSA private keys as specified by PKCS#11 v2.11.
RSAPrivateKey() - Constructor for class iaik.pkcs.pkcs11.objects.RSAPrivateKey
Deafult Constructor.
RSAPrivateKey(Session, long) - Constructor for class iaik.pkcs.pkcs11.objects.RSAPrivateKey
Called by getInstance to create an instance of a PKCS#11 RSA private key.
RSAPublicKey - class iaik.pkcs.pkcs11.objects.RSAPublicKey.
Objects of this class represent RSA public keys as specified by PKCS#11 v2.11.
RSAPublicKey() - Constructor for class iaik.pkcs.pkcs11.objects.RSAPublicKey
Deafult Constructor.
RSAPublicKey(Session, long) - Constructor for class iaik.pkcs.pkcs11.objects.RSAPublicKey
Called by getInstance to create an instance of a PKCS#11 RSA public key.
RSA_9796 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RSA_PKCS - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RSA_PKCS_KEY_PAIR_GEN - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RSA_PKCS_OAEP - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RSA_PKCS_PSS - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RSA_X9_31 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RSA_X9_31_KEY_PAIR_GEN - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RSA_X_509 - Static variable in class iaik.pkcs.pkcs11.Mechanism
 
RW_PUBLIC_SESSION - Static variable in class iaik.pkcs.pkcs11.State
Constant for a read-write public session.
RW_SESSION - Static variable in interface iaik.pkcs.pkcs11.Token.SessionReadWriteBehavior
Indicates a read-write session.
RW_SO_FUNCTIONS - Static variable in class iaik.pkcs.pkcs11.State
Constant for a read-write security officer session.
RW_USER_FUNCTIONS - Static variable in class iaik.pkcs.pkcs11.State
Constant for a read-write user session.
RandomInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
PKCS#11: CK_SSL3_RANDOM_DATA RandomInfo;
RandomInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
PKCS#11: CK_SSL3_RANDOM_DATA RandomInfo;
randomA_ - Variable in class iaik.pkcs.pkcs11.parameters.KEADeriveParameters
The Ra data.
randomA_ - Variable in class iaik.pkcs.pkcs11.parameters.SkipJackPrivateWrapParameters
The random Ra data.
randomB_ - Variable in class iaik.pkcs.pkcs11.parameters.KEADeriveParameters
The Rb data.
randomInfo_ - Variable in class iaik.pkcs.pkcs11.parameters.SSL3KeyMaterialParameters
The client's and server's random data information.
randomInfo_ - Variable in class iaik.pkcs.pkcs11.parameters.SSL3MasterKeyDeriveParameters
The client's and server's random data information.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.AESSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.BatonSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.BlowfishSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.CAST128SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.CAST3SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.CAST5SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.CASTSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.CDMFSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.Certificate
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.Clock
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DES2SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DES3SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DESSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DHParams
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DHPrivateKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DHPublicKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DSAParams
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DSAPrivateKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DSAPublicKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.Data
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.DomainParameters
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.ECDSAPrivateKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.ECDSAPublicKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.GenericSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.GenericTemplate
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.IDEASecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.JuniperSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.KEAPrivateKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.KEAPublicKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.Key
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.MonotonicCounter
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.Object
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.PrivateKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.PublicKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.RC2SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.RC4SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.RC5SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.RSAPrivateKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.RSAPublicKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.SecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.SkipJackSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.Storage
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.TwofishSecretKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.X509AttributeCertificate
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.X509PublicKeyCertificate
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.X942DHParams
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.X942DHPrivateKey
Read the values of the attributes of this object from the token.
readAttributes(Session) - Method in class iaik.pkcs.pkcs11.objects.X942DHPublicKey
Read the values of the attributes of this object from the token.
removableDevice_ - Variable in class iaik.pkcs.pkcs11.SlotInfo
Indicates, if the token's in this slot are removable or not.
removeAllAttributes(Object) - Method in class iaik.pkcs.pkcs11.objects.GenericTemplate
Removes all attributes of the given object from this generic template.
removeAllPresentAttributes(Object) - Method in class iaik.pkcs.pkcs11.objects.GenericTemplate
Removes all attributes of the given object which have their present flag set from this generic template.
removeAttribute(Attribute) - Method in class iaik.pkcs.pkcs11.objects.GenericTemplate
Removes the given attribute from the template.
reserved_ - Variable in class iaik.pkcs.pkcs11.DefaultInitializeArgs
The reserved parameter in the initialization arguments.
resetOnInit_ - Variable in class iaik.pkcs.pkcs11.objects.MonotonicCounter
True, if this counter is reset on token initializatioin.
restoreKeyNotNeeded_ - Variable in class iaik.pkcs.pkcs11.TokenInfo
True, if a successful save of a session’s cryptographic operations state always contains all keys needed to restore the state of the session.
returnedKeyMaterial_ - Variable in class iaik.pkcs.pkcs11.parameters.SSL3KeyMaterialParameters
Receives the handles for the keys generated and the IVs.
rng_ - Variable in class iaik.pkcs.pkcs11.TokenInfo
True, if the token has a random numebr generator.
rounds_ - Variable in class iaik.pkcs.pkcs11.parameters.RC5Parameters
The number of rounds of RC5 encipherment.
rwSessionCount_ - Variable in class iaik.pkcs.pkcs11.TokenInfo
The current number of open read-write sessions.
rwSession_ - Variable in class iaik.pkcs.pkcs11.SessionInfo
True, if this is a read-write session.

IAIK PKCS#11 Wrapper
version 1.2.16
A B C D E F G H I J K L M N O P R S T U V W X Y
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.