A B C D E G H I L P R S T X

A

abort() - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule
Deprecated.  

B

BEGIN_CERT - Static variable in class com.ibm.crypto.pkcs11impl.provider.X509Factory
 

C

clone() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralHashing
Clones this object.
com.ibm.crypto.pkcs11impl.module - package com.ibm.crypto.pkcs11impl.module
 
com.ibm.crypto.pkcs11impl.provider - package com.ibm.crypto.pkcs11impl.provider
 
commit() - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule
Deprecated.  

D

DESedeParameters - Class in com.ibm.crypto.pkcs11impl.provider
This class implements the parameter (IV) used with the Triple DES algorithm in feedback-mode.
DESedeParameters(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DESedeParameters
 
DESedePKCS11KeyParameterSpec - Class in com.ibm.crypto.pkcs11impl.provider
Deprecated. Use GeneralPKCS11KeyParameterSpec instead.
DESedePKCS11KeyParameterSpec(String, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
DESedePKCS11KeyParameterSpec(String, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
DESParameters - Class in com.ibm.crypto.pkcs11impl.provider
This class implements the parameter (IV) used with the DES algorithm in feedback-mode.
DESParameters(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DESParameters
 
DESPKCS11KeyParameterSpec - Class in com.ibm.crypto.pkcs11impl.provider
Deprecated. Use GeneralPKCS11KeyParameterSpec instead.
DESPKCS11KeyParameterSpec(String, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
DESPKCS11KeyParameterSpec(String, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
DHPKCS11KeyAgreement - Class in com.ibm.crypto.pkcs11impl.provider
This class implements the Diffie-Hellman key agreement protocol between any number of parties.
DHPKCS11KeyAgreement(Provider, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyAgreement
Creates Diffie-Hellman Key Agreement protocol object
DHPKCS11KeyAgreement(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyAgreement
Creates Diffie-Hellman Key Agreement protocol object
DHPKCS11KeyFactory - Class in com.ibm.crypto.pkcs11impl.provider
This class implements the Diffie-Hellman key factory of the IBMPKCS11Impl provider.
DHPKCS11KeyFactory(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyFactory
Creates the Diffie-Hellman Key factory object
DHPKCS11KeyPairGenerator - Class in com.ibm.crypto.pkcs11impl.provider
This class represents the key pair generator for Diffie-Hellman key pairs.
DHPKCS11KeyPairGenerator(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyPairGenerator
Creates the Key pair generator for Diffie-Hellman
DHPKCS11ParameterGenerator - Class in com.ibm.crypto.pkcs11impl.provider
This class generates parameters for the Diffie-Hellman algorithm.
DHPKCS11ParameterGenerator(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DHPKCS11ParameterGenerator
 
DHPKCS11Parameters - Class in com.ibm.crypto.pkcs11impl.provider
This class implements the parameter set used by the Diffie-Hellman key agreement as defined in the PKCS #3 standard.
DHPKCS11Parameters(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DHPKCS11Parameters
Constructs a new instance of this class.
DSAParameterGenerator - Class in com.ibm.crypto.pkcs11impl.provider
This class generates parameters for the DSA signature.
DSAParameterGenerator(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DSAParameterGenerator
Constructs a new instance of this class.
DSAParameters - Class in com.ibm.crypto.pkcs11impl.provider
This class implements Digital Signature Algorithm paremters specified by FIPS 186 standard.
DSAParameters(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DSAParameters
Constructs a new instance of this class.
DSAPKCS11KeyFactory - Class in com.ibm.crypto.pkcs11impl.provider
This class is a concrete implementaion of key factory for DSA.
DSAPKCS11KeyFactory(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyFactory
Constructs a new instance of this class.
DSAPKCS11KeyFactory() - Constructor for class com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyFactory
Constructs a new instance of this class.
DSAPKCS11KeyPairGenerator - Class in com.ibm.crypto.pkcs11impl.provider
This class generates DSA public/private key pairs.
DSAPKCS11KeyPairGenerator(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyPairGenerator
Creates a new instance of this class
DSAPKCS11KeyPairGenerator() - Constructor for class com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyPairGenerator
Creates a new instance of this class
DSAPrivateKey - Class in com.ibm.crypto.pkcs11impl.provider
A PKCS#11 DSA Private Key
DSAPrivateKey(PKCS11Session, PKCS11Object, String, byte[], byte[], Boolean, Boolean, Boolean, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Defines a PKCS#11 DSA private key
DSAPublicKey - Class in com.ibm.crypto.pkcs11impl.provider
A PKCS #11 DSA Public Key
DSAPublicKey(PKCS11Session, PKCS11Object, byte[], byte[], String, Boolean, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Defines a DSA public key

E

END_CERT - Static variable in class com.ibm.crypto.pkcs11impl.provider.X509Factory
 
engineAliases() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Lists all the alias names of this keystore.
engineContainsAlias(String) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Checks if the given alias exists in this keystore.
engineDeleteEntry(String) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Deletes the entry identified by the given alias from this keystore and the token.
engineGenerateCertificate(InputStream) - Method in class com.ibm.crypto.pkcs11impl.provider.X509Factory
Generates an X.509 certificate object and initializes it with the data read from the input stream is.
engineGenerateCertificates(InputStream) - Method in class com.ibm.crypto.pkcs11impl.provider.X509Factory
Returns a (possibly empty) collection view of X.509 certificates read from the given input stream is.
engineGenerateCertPath(InputStream) - Method in class com.ibm.crypto.pkcs11impl.provider.X509Factory
Generates a CertPath object and initializes it with the data read from the input stream inStream.
engineGenerateCertPath(InputStream, String) - Method in class com.ibm.crypto.pkcs11impl.provider.X509Factory
Generates a CertPath object and initializes it with the data read from the input stream inStream.
engineGenerateCertPath(List) - Method in class com.ibm.crypto.pkcs11impl.provider.X509Factory
Generates a CertPath object and initializes it with the list of certificates supplied.
engineGenerateCRL(InputStream) - Method in class com.ibm.crypto.pkcs11impl.provider.X509Factory
Generates an X.509 certificate revocation list (CRL) object and initializes it with the data read from the given input stream is.
engineGenerateCRLs(InputStream) - Method in class com.ibm.crypto.pkcs11impl.provider.X509Factory
Returns a (possibly empty) collection view of X.509 CRLs read from the given input stream is.
engineGetCertificate(String) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Returns the certificate associated with the given alias.
engineGetCertificateAlias(Certificate) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
engineGetCertificateChain(String) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Returns the certificate chain associated with the given alias.
engineGetCertPathEncodings() - Method in class com.ibm.crypto.pkcs11impl.provider.X509Factory
Returns the encodings supported by this certification path factory, with the default encoding first.
engineGetCreationDate(String) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
This method is suppose to return the creation date of the entry identified by the given alias.
engineGetEntry(String, KeyStore.ProtectionParameter) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Get a KeyStore.Entry for the specified alias
engineGetKey(String, char[]) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Returns the key associated with the given alias.
engineIsCertificateEntry(String) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
engineIsKeyEntry(String) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
engineLoad(KeyStore.LoadStoreParameter) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Loads the keystore from the session associated with the IBMPKCS11Impl provider.
engineLoad(InputStream, char[]) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Loads the keystore from the session associated with the IBMPKCS11Impl provider.
engineSetCertificateEntry(String, Certificate) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Assigns the given certificate to the given alias.
engineSetEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Save a KeyStore.Entry under the specified alias.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Assigns the given key to the given alias.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Assigns the given key (that has already been protected) to the given alias.
engineSize() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Retrieves the number of entries in this keystore.
engineStore(OutputStream, char[]) - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Stores this keystore to the given output stream, and protects its integrity with the given password.
equals(Object) - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11Principal
Deprecated.  

G

GeneralHashing - Class in com.ibm.crypto.pkcs11impl.provider
The class is used to compute message digests from multiple algorithms over a given buffer of bytes.
GeneralHashing(Provider, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.GeneralHashing
Standard constructor, creates a new GeneralHashing instance, allocates its buffers from the heap.
GeneralKey - Class in com.ibm.crypto.pkcs11impl.provider
A PKCS11 Key
GeneralPKCS11Cipher - Class in com.ibm.crypto.pkcs11impl.provider
This class is the generic interface that calls the PKCS11Cipher class using parameters to do the actual encryption/decryption using a PKCS11 interface.
GeneralPKCS11Cipher(Provider, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11Cipher
Creates an instance of the cipher with default ECB mode.
GeneralPKCS11Hmac - Class in com.ibm.crypto.pkcs11impl.provider
This class defines the PKCS11 Service Provider Interface (SPI) for the Mac class
GeneralPKCS11Hmac(Provider, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11Hmac
Constructor
GeneralPKCS11Key - Interface in com.ibm.crypto.pkcs11impl.provider
Contains the basic things needed for a PKCS11 key.
GeneralPKCS11KeyFactory - Class in com.ibm.crypto.pkcs11impl.provider
This class implements a general key factory of the IBMPKCS11Impl provider.
GeneralPKCS11KeyFactory(Provider, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyFactory
Creates the Key factory class and verifies the JCE framework.
GeneralPKCS11KeyGenerator - Class in com.ibm.crypto.pkcs11impl.provider
This class generates a PKCS11 key.
GeneralPKCS11KeyGenerator(Provider, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyGenerator
Creates a Key factory class and verifies the JCE framework.
GeneralPKCS11KeyParameterSpec - Class in com.ibm.crypto.pkcs11impl.provider
This class specifies a PKCS11 key generation specification
GeneralPKCS11KeyParameterSpec(String, String, Boolean, Boolean, Boolean, Boolean, Boolean, int, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
GeneralPKCS11KeyParameterSpec which defines what this key can do.
GeneralPKCS11KeyParameterSpec(String, String, int, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
GeneralPKCS11KeyParameterSpec This defaults the key pair to be able to do signature functions, encrypt/decrypt functions and allows the key to be used for wrapping functions.
GeneralPKCS11Parameters - Class in com.ibm.crypto.pkcs11impl.provider
This class implements the parameter (IV) used with an algorithm in feedback-mode.
GeneralPKCS11Parameters(Provider, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11Parameters
Creates a new instance of this class
generateKeyPair() - Method in class com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyPairGenerator
Generates a key pair.
generateKeyPair() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyPairGenerator
Generates a Key Pair.
generateKeyPair() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPKCS11KeyPairGenerator
Generates a Key Pair
getAlgorithm() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Get algorithm which is DSA
getAlgorithm() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Get algorithm which is DSA
getAlgorithm() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Get Algorithm Name
getAlgorithm() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Get algorithm which always returns RSA
getAlgorithm() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Get the Algorithm type
getAlwaysSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return if the key is AlwaysSensitive
getAlwaysSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns if key is Always Sensitive
getAlwaysSensitive() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns always sensitive
getAlwaysSensitive() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
Returns Always Sensitive
getAlwaysSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return is this key AlwaysSensitive
getAuthPinFlags() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns the auth pin flags
getAuthPinFlags() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns the auth pin flags
getAuthPinFlags() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the auth pin flags
getBase() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return the base.
getBase() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns the base
getBase() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPrivateKey
Returns the base
getBase() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPublicKey
Returns the base
getCoefficient() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
Returns coefficient
getCoefficient() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the coefficient.
getCrtCoefficient() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the coefficient.
getDecrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return if the key can do decryption
getDecrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return can this key do decryption
getDecrypt() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns decrypt
getDecrypt() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
Returns encrypt
getDecrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return if the key can be used for decryption.
getDerive() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns true if key supports key derivation
getDerive() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns if key supports key derivation
getDerive() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns true if key supports key derivation
getDerive() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns true if key supports key derivation
getDerive() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns if key supports key derivation
getDerive() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns true if key supports key derivation
getEncoded() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return encoding if available
getEncrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
getEncrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
getEncrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return if the key supports encryption
getEncrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return can this key do encryption
getEncrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns the if the key can be used for encryption/decryption operations.
getEncrypt() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PublicKey
Returns encrypt
getEncrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns if the key pair can be used for encryption/decryption operations.
getEncrypt() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
Returns encrypt
getEncrypt() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKeyParameterSpec
Returns the if the key can be used for encryption/decryption operations.
getEncrypt() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return if this key can do encryption
getEndDate() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns the end date
getEndDate() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns the end date
getEndDate() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns the end date
getEndDate() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns the end date
getEndDate() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the end date
getEndDate() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns the end date
getExponent1() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
Returns exponent 1
getExponent1() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the exponent1.
getExponent2() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
Returns exponent 2
getExponent2() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the exponent2.
getExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
getExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
getExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return if the key is extractable
getExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns if this key can be wrapped by another key.
getExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns the if the key can be wrapped by another key.
getExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
Returns the if the private key can be wrapped by another key.
getExtractable() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns if this key can be wrapped by another key
getExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns if the private can be wrapped by another key.
getExtractable() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKeyParameterSpec
Returns the if the key can be wrapped by another key.
getExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return if this key can be wrapped by another key.
getFormat() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Get format which is PKCS#11
getFormat() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Get format which is PKCS #11
getFormat() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Get format which is PKCS#11
getFormat() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Get format which always returns PKCS#11
getFormat() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Get format of the key
getID() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return the ID
getID() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the ID
getID() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return the ID
getID() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns the ID
getID() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return the ID
getID() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return the ID
getKeyID() - Method in class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
getKeyID() - Method in class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
getKeyID() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns the associated key identifier.
getKeyID() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
Returns the associated key identifier.
getKeyID() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns the associated key identifier.
getKeyID() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKeyParameterSpec
Returns the associated key identifier.
getKeySize() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
Returns the keySize
getKeySizeInBytes() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return the key size in bytes.
getKeySizeInBytes() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns the size of the key in bytes.
getKeyType() - Method in class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
getKeyType() - Method in class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
getKeyType() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return the key type
getKeyType() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the key type
getKeyType() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return the key type
getKeyType() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns the key type
getKeyType() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns the key type
getKeyType() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKeyParameterSpec
Returns the key type
getKeyType() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return the key type
getKeyType() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return the key type
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return the label.
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the label.
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return the label.
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns the label for the key.
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
Returns the label for the key pair.
getLabel() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns label
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns the label for the key pair.
getLabel() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKeyParameterSpec
Returns the label for the key.
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return the label of the key.
getLabel() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return the label.
getLocal() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns true if key was either: 1, generated locally with a C_GenerateKey or C_GenerateKeyPair call 2, created with a C_CopyObject call as a copy of a key which had its CKA_LOCAL attrobute set to TRUE
getLocal() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns true if key was either: 1, generated locally with a C_GenerateKey or C_GenerateKeyPair call 2, created with a C_CopyObject call as a copy of a key which had its CKA_LOCAL attrobute set to TRUE
getLocal() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns true if key was either: 1, generated locally with a C_GenerateKey or C_GenerateKeyPair call 2, created with a C_CopyObject call as a copy of a key which had its CKA_LOCAL attribute set to TRUE
getLocal() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns true if key was either: 1, generated locally with a C_GenerateKey or C_GenerateKeyPair call 2, created with a C_CopyObject call as a copy of a key which had its CKA_LOCAL attrobute set to TRUE
getLocal() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns true if key was either: 1, generated locally with a C_GenerateKey or C_GenerateKeyPair call 2, created with a C_CopyObject call as a copy of a key which had its CKA_LOCAL attrobute set to TRUE
getLocal() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns true if key was either: 1, generated locally with a C_GenerateKey or C_GenerateKeyPair call 2, created with a C_CopyObject call as a copy of a key which had its CKA_LOCAL attrobute set to TRUE
getModifiable() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns if the key has modifiable attributes.
getModifiable() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns is the key has modifiable attributes
getModifiable() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns modifiable
getModifiable() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns modifiable
getModifiable() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns if the attributes of the are modifiable.
getModifiable() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns if the attribuites of the key are modifiable
getModulus() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
Returns the modulus.
getModulus() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPublicKey
Returns the modulus.
getModulus() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return the modulus.
getModulus() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return the modulus of the key.
getModulusBits() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPublicKey
Returns the modulus bits
getModulusBits() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return the modulus bits.
getName() - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11Principal
Deprecated.  
getNeverExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return if the key is Never Extractable
getNeverExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns if the key is Never Extractable
getNeverExtractable() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns never extractable
getNeverExtractable() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
Returns Never Extractable
getNeverExtractable() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return is this key Never Extractable
getObject() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns the PKCS#11 object
getObject() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the PKCS# 11 object
getObject() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return the PKCS11Object
getObject() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns the key object
getObject() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11KeySpec
Returns the key material.
getObject() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return the PKCS11Object
getObject() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return the PKCS11Object
getParams() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns the DSA parameters associated with this key, or null if the parameters could not be parsed.
getParams() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the DSA parameters for the receiver.
getParams() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
Returns the params
getPrime() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return the prime.
getPrime() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the prime.
getPrime() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPrivateKey
Returns the prime
getPrime() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPublicKey
Returns the prime.
getPrime1() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
Returns prime 1
getPrime1() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the prime1.
getPrime2() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
Returns prime 2
getPrime2() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the prime2.
getPrimeExponentP() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the exponent1.
getPrimeExponentQ() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the exponent2.
getPrimeP() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the prime1.
getPrimeQ() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the prime2.
getPrivate() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns if the key is private
getPrivate() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns if the key is private
getPrivate() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns if the object is private
getPrivate() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns private
getPrivate() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns if the key is a private object
getPrivate() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns if the key is private object.
getPrivateExponent() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
Returns the private exponent, if available.
getPrivateExponent() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return the private exponent.
getPublicExponent() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
Returns the public exponent
getPublicExponent() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPublicKey
Returns the public exponent e
getPublicExponent() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the public exponent.
getPublicExponent() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns the public exponent.
getSecondaryAuth() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns if the key requires secondary authentication
getSecondaryAuth() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns secondary auth
getSecondaryAuth() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns if the key requires secondary authentication
getSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
getSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
getSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns if the key is sensitive
getSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns the sensitive.
getSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns if the key is sensitive.
getSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
Returns if the private key is to be sensitive.
getSensitive() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns sensitive
getSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns if the private key is to be sensitive.
getSensitive() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
Returns the sensitive.
getSensitive() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKeyParameterSpec
Returns the if the key is to be sensitive.
getSensitive() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns if the key is sensitive
getSession() - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11Principal
Deprecated.  
getSession() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return the session associated with the key.
getSession() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the session associated with the key.
getSession() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return the session associated with the key.
getSession() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns the session associated with the key
getSession() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return the session associated with the key.
getSession() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return the session associated with the key.
getSign() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return if the key can create a signature
getSign() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return can this key create a signature
getSign() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns sign
getSign() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns if the key pair can be used for signature operations.
getSign() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return if this key can be used to create a signature
getSignRecover() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return if the key supports sign recover
getSignRecover() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns sign recover
getSignRecover() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return if this key supports sign recover
getStartDate() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns the start date
getStartDate() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns the start date
getStartDate() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns the start date
getStartDate() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns the start date
getStartDate() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns the start date
getStartDate() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns the start date
getStrength() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns the strength
getSubject() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return the subject
getSubject() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the subject
getSubject() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
Returns the subject for the key pair.
getSubject() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns the subject.
getSubject() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PublicKey
Returns the subject.
getSubject() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns the subject for the key pair.
getSubject() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return the subject of the key
getSubject() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return the subject
getSubprime() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns the subprime.
getSubprime() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the subprime
getSubprime() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPrivateKey
Returns the subprime
getSubprime() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPublicKey
Returns the subprime
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns if the key is a token
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns if this key a token object
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns if the key is a token
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns if the the key is a session or token key.
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
Returns the if the the keys are session or token keys.
getToken() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
Returns token
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns if the the keys are session or token keys.
getToken() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKeyParameterSpec
Returns the if the the keys are session or token key.
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Returns if the key is a token object
getToken() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns if the key is a token object.
getUnwrap() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return if the key can unwrap another.
getUnwrap() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns if this key can unwrap another key.
getUnwrap() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
Returns unwrap
getUnwrap() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
Returns unwrap
getUnwrap() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return if the key supports unwrapping other keys.
getValue() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns the value.
getValue() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns the value
getValue() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return the key value, if available.
getValue() - Method in interface com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11Key
Returns the key bytes, if available.
getValue() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DESedeKey
Deprecated. Returns the key bytes always 24 bytes, if available.
getValue() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DESKey
Deprecated. Returns the key bytes always 8 bytes, if available.
getValue() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPrivateKey
Returns the value, if available
getValue() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPublicKey
Returns the value
getValueLen() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return size of key if available
getValueLen() - Method in interface com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11Key
Return the key length in bytes
getVerify() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return if the key can verify a signature
getVerify() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Return if the key supports verifying signatures
getVerify() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PublicKey
Returns verify
getVerify() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
Returns verify
getVerify() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Return if this key can verify a signature.
getVerifyRecover() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns if the key supports verify recover
getVerifyRecover() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PublicKey
Returns verify recover
getVerifyRecover() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns if this key supports verify recover
getWrap() - Method in class com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
Deprecated.  
getWrap() - Method in class com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
Deprecated.  
getWrap() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns if the key can wrap another key
getWrap() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
Returns if this key can wrap another.
getWrap() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyParameterSpec
Returns if the key can be used for wrapping operations.
getWrap() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PublicKey
Returns wrap
getWrap() - Method in class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
Returns if the key pair can be used for wrapping operations.
getWrap() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
Returns Wrap
getWrap() - Method in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKeyParameterSpec
Returns the if the key can be used for wrapping operations.
getWrap() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns if this key can wrap another key
getX() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Return the value of the private key.
getY() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Return the value of the public key.

H

hashCode() - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11Principal
Deprecated.  

I

IBMPKCS11Impl - Class in com.ibm.crypto.pkcs11impl.provider
Defines the "IBMPKCS11Impl" provider.
IBMPKCS11Impl() - Constructor for class com.ibm.crypto.pkcs11impl.provider.IBMPKCS11Impl
Creates the provider and expects that the current ACC contains a PKCS11Principal.
IBMPKCS11Impl(String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.IBMPKCS11Impl
Creates the provider using the PKCS #11 library name and slot number or via a configuration file (for example cryptoki.dll:0 or /usr/foo/config.card).
init(Provider) - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralHashing
Initialize the Hashing information
Init(String, char[]) - Method in class com.ibm.crypto.pkcs11impl.provider.IBMPKCS11Impl
Creates or queries a PKCS11 session and than based on the session initializes what the provider can do.
initialize(Subject, CallbackHandler, Map, Map) - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule
Deprecated.  
initialize(int, SecureRandom) - Method in class com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyPairGenerator
Initializes this key pair generator for a certain keysize and source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyPairGenerator
Initializes this key pair generator using Parameter spec and source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyPairGenerator
DSAPKCS11KeyPairGenerator initializes the key generator using a PKCS11DSAKeyPairParameterSpec object.
initialize(int, SecureRandom) - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyPairGenerator
Initializes this KeyPairGenerator with a key size
initialize(int) - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyPairGenerator
Initializes this KeyPairGenerator with a key size.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPKCS11KeyPairGenerator
RSAPKCS11KeyPairGenerator requires Algorithm Parameters of type PKCS11RSAKeyPairParameter
initialize(int, SecureRandom) - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPKCS11KeyPairGenerator
Initializes this KeyPairGenerator for given modulus and random source.
initialize(int) - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPKCS11KeyPairGenerator
Initializes this KeyPairGenerator for given modulus.

L

login() - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule
Deprecated.  
login(Subject, CallbackHandler) - Method in class com.ibm.crypto.pkcs11impl.provider.IBMPKCS11Impl
Log in to the hardware device for the associated session.
logout() - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule
Deprecated.  
logout() - Method in class com.ibm.crypto.pkcs11impl.provider.IBMPKCS11Impl
Log out from the associated session

P

PKCS11DESedeKey - Interface in com.ibm.crypto.pkcs11impl.provider
Deprecated. Use PKCS11SecretKey instead.
PKCS11DESKey - Interface in com.ibm.crypto.pkcs11impl.provider
Deprecated. Use PKCS11SecretKey instead.
PKCS11DSAKeyPairParameterSpec - Class in com.ibm.crypto.pkcs11impl.provider
This class specifies a PKCS11 DSA PKCS key pair generation specification
PKCS11DSAKeyPairParameterSpec(int, String, String, String, Boolean, Boolean, Boolean, AlgorithmParameterSpec) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
PKCS11DSAKeyPairParameterSpec defines the attributes of the keys.
PKCS11DSAKeyPairParameterSpec(int, String, String, String, AlgorithmParameterSpec) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11DSAKeyPairParameterSpec
PKCS11DSAKeyPairParameterSpec defines the attributes of the keys, but defaults the keys to not be saved on the token and keys not sensitive.
PKCS11DSAPrivateKey - Interface in com.ibm.crypto.pkcs11impl.provider
Contains the basic things needed for a PKCS 11 DSA private key.
PKCS11DSAPublicKey - Interface in com.ibm.crypto.pkcs11impl.provider
Contains the basic things needed for a PKCS 11 DSA public key.
PKCS11Key - Interface in com.ibm.crypto.pkcs11impl.provider
A PKCS11 key.
PKCS11KeySpec - Class in com.ibm.crypto.pkcs11impl.provider
This class specifies a PKCS11 key via it's PKCS11 Object.
PKCS11KeySpec(PKCS11Object) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11KeySpec
Uses the PKCS11Object to build a PKCS11 key.
PKCS11KeyStore - Class in com.ibm.crypto.pkcs11impl.provider
This class provides the keystore implementation of PKCS #11.
PKCS11KeyStore() - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Creates an instance of this class
PKCS11KeyStore(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11KeyStore
Creates an instance of this class
PKCS11LoginModule - Class in com.ibm.crypto.pkcs11impl.module
Deprecated.  
PKCS11LoginModule() - Constructor for class com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule
Deprecated.  
PKCS11Principal - Class in com.ibm.crypto.pkcs11impl.module
Deprecated.  
PKCS11Principal(String, PKCS11Session) - Constructor for class com.ibm.crypto.pkcs11impl.module.PKCS11Principal
Deprecated.  
PKCS11PrivateKey - Interface in com.ibm.crypto.pkcs11impl.provider
The interface to a PKCS11 private key, as defined in the PKCS#11 standard
PKCS11PublicKey - Interface in com.ibm.crypto.pkcs11impl.provider
The interface to a PKCS11 public key, as defined in the PKCS#11 standard
PKCS11RSAKeyPairParameterSpec - Class in com.ibm.crypto.pkcs11impl.provider
This class specifies a PKCS #11 RSA key pair generation specification
PKCS11RSAKeyPairParameterSpec(int, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
PKCS11RSAKeyPairParameterSpec defines the attributes for a RSA key pair.
PKCS11RSAKeyPairParameterSpec(int, String, String, String) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11RSAKeyPairParameterSpec
PKCS11RSAKeyPairParameterSpec defines the attributes for a RSA key pair.
PKCS11RSAPrivateKey - Interface in com.ibm.crypto.pkcs11impl.provider
Contains the basic things needed for a PKCS 11 DSA private key.
PKCS11RSAPublicKey - Interface in com.ibm.crypto.pkcs11impl.provider
Contains the basic things needed for a PKCS 11 RSA public key.
PKCS11SecretKey - Interface in com.ibm.crypto.pkcs11impl.provider
The interface to a PKCS11 secret key, as defined in the PKCS#11 standard
PKCS11SecretKeyParameterSpec - Interface in com.ibm.crypto.pkcs11impl.provider
This class specifies a PKCS11 Secret key generation spec
PKCS11SHA1withDSASingle - Class in com.ibm.crypto.pkcs11impl.provider
This class is the interface that calls the Signature class using parameters to do the actually signature or signature verification.
PKCS11SHA1withDSASingle(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11SHA1withDSASingle
Construct a blank DSA object.
PKCS11SHA1withDSASingle() - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11SHA1withDSASingle
Construct a blank DSA object.
PKCS11SSLHashingwithDSA - Class in com.ibm.crypto.pkcs11impl.provider
This class is the interface that calls the Signature class using parameters to do the actually signature or signature verification.
PKCS11SSLHashingwithDSA(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11SSLHashingwithDSA
Construct a blank DSA object.
PKCS11SSLHashingwithDSA() - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11SSLHashingwithDSA
Construct a blank DSA object.
PKCS11SSLHashingwithRSA - Class in com.ibm.crypto.pkcs11impl.provider
This class is the interface that calls the Signature class using parameters to do the actually signature or signature verification.
PKCS11SSLHashingwithRSA(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11SSLHashingwithRSA
Construct a blank RSA object.
PKCS11SSLHashingwithRSA() - Constructor for class com.ibm.crypto.pkcs11impl.provider.PKCS11SSLHashingwithRSA
Construct a blank RSA object.

R

removeSession() - Method in class com.ibm.crypto.pkcs11impl.provider.IBMPKCS11Impl
Removes and closes the session that is currently associated with the provider.
RSACipher - Class in com.ibm.crypto.pkcs11impl.provider
This class implements the RSA cipher using PKCS11.
RSACipher(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.RSACipher
Creates an instance of RSA cipher with default PKCS Padding and verifies the JCE framework.
RSAPKCS11KeyFactory - Class in com.ibm.crypto.pkcs11impl.provider
This class implements the RSA key factory of the IBM PKCS11 provider.
RSAPKCS11KeyFactory(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.RSAPKCS11KeyFactory
Constructs a new instance of this class.
RSAPKCS11KeyFactory() - Constructor for class com.ibm.crypto.pkcs11impl.provider.RSAPKCS11KeyFactory
Constructs a new instance of this class.
RSAPKCS11KeyPairGenerator - Class in com.ibm.crypto.pkcs11impl.provider
This class generates RSA public/private key pairs.
RSAPKCS11KeyPairGenerator(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.RSAPKCS11KeyPairGenerator
Creates a new instance of this class.
RSAPKCS11KeyPairGenerator() - Constructor for class com.ibm.crypto.pkcs11impl.provider.RSAPKCS11KeyPairGenerator
Creates a new instance of this class.
RSAPrivateKey - Class in com.ibm.crypto.pkcs11impl.provider
A PKCS11 RSA Private Key
RSAPrivateKey(PKCS11Session, PKCS11Object, byte[], byte[], String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, BigInteger, BigInteger) - Constructor for class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Creates a RSA private hardware key
RSAPrivateKey(PKCS11Session, PKCS11Object, byte[], byte[], String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Creates a RSA private hardware key
RSAPublicKey - Class in com.ibm.crypto.pkcs11impl.provider
A PKCS11 RSA Public Key

S

SecureRandom - Class in com.ibm.crypto.pkcs11impl.provider
Generates random numbers using the hardware device.
SecureRandom() - Constructor for class com.ibm.crypto.pkcs11impl.provider.SecureRandom
Creates an instance of this class.
SecureRandom(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.SecureRandom
Creates an instance of this class.
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DESedeKey
Deprecated.  
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DESKey
Deprecated.  
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPrivateKey
 
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11DSAPublicKey
 
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
 
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PrivateKey
 
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11PublicKey
 
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPrivateKey
 
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11RSAPublicKey
 
serialVersionUID - Static variable in interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
 
setCallbackHandler(CallbackHandler) - Method in class com.ibm.crypto.pkcs11impl.provider.IBMPKCS11Impl
Sets the CallbackHandler for this provider.

T

toString() - Method in class com.ibm.crypto.pkcs11impl.module.PKCS11Principal
Deprecated.  
toString() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPrivateKey
Returns a human readable DSA key.
toString() - Method in class com.ibm.crypto.pkcs11impl.provider.DSAPublicKey
Returns the key in human readable format
toString() - Method in class com.ibm.crypto.pkcs11impl.provider.GeneralKey
 
toString() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPrivateKey
Return a human readable version of the RSA private key.
toString() - Method in class com.ibm.crypto.pkcs11impl.provider.RSAPublicKey
Returns a human readable version of the RSA Public key.

X

X509Factory - Class in com.ibm.crypto.pkcs11impl.provider
This class defines a certificate factory for X.509 v3 certificates and X.509 v2 certificate revocation lists (CRLs).
X509Factory() - Constructor for class com.ibm.crypto.pkcs11impl.provider.X509Factory
Creates an instance of this class
X509Factory(Provider) - Constructor for class com.ibm.crypto.pkcs11impl.provider.X509Factory
Creates an instance of this class

A B C D E G H I L P R S T X