Skip navigation links
A C D E F G H I K L M N O P R S T U V W X 

G

generateKey(Mechanism, ArrayList<CryptokiAttribute>) - Method in class com.cryptware.jcryptoki.Session
Generate a key Calls C_GenerateKey
generateKeyPair(Mechanism, ArrayList<CryptokiAttribute>, ArrayList<CryptokiAttribute>) - Method in class com.cryptware.jcryptoki.Session
Generate a key pair Calls C_GenerateKeyPair
generateRandom(int) - Method in class com.cryptware.jcryptoki.Session
Generate a random number Calls C_GenerateRandom
get(int) - Method in class com.cryptware.jcryptoki.CryptokiAttributes
Gets the specified attribute.
getActiveSlots() - Method in class com.cryptware.jcryptoki.Cryptoki
The list of plugged slots with a token inserted.
getAppletInfo() - Method in class com.cryptware.jcryptoki.CryptokiApplet
 
getApplication() - Method in class com.cryptware.jcryptoki.Data
Value of this CKA_APPLICATION attribute
getAttachedCryptokiLib() - Method in class com.cryptware.jcryptoki.Cryptoki
Gets the attached native cryptoki library
getAttributes() - Method in class com.cryptware.jcryptoki.CryptokiObject
Gets the attributes set.
getCertificateTypeName() - Method in class com.cryptware.jcryptoki.Certificate
Gets the name of the certificate type.
getCKR() - Method in exception com.cryptware.jcryptoki.CryptokiException
 
getClassName() - Method in class com.cryptware.jcryptoki.CryptokiObject
Gets the name of this PKCS#11 object's class.
getCryptoki() - Method in class com.cryptware.jcryptoki.CryptokiApplet
Get the singleton, not attached instance of Cryptoki class
getCryptoki(String) - Method in class com.cryptware.jcryptoki.CryptokiApplet
Get the singleton instance of Cryptoki class attached to the given PKCS#11 module
getDescription() - Method in class com.cryptware.jcryptoki.SlotInfo
Gets or sets the description.
getDeviceError() - Method in class com.cryptware.jcryptoki.SessionInfo
Session Device error
getEndDate() - Method in class com.cryptware.jcryptoki.Key
Value of this CKA_END_DATE attribute
getErrorDescription(int) - Method in class com.cryptware.jcryptoki.CryptokiApplet
Gets the description for an error
getFirmwareVersion() - Method in class com.cryptware.jcryptoki.SlotInfo
Gets or sets the firmware version.
getFirmwareVersion() - Method in class com.cryptware.jcryptoki.TokenInfo
Firmware Version
getFlags() - Method in class com.cryptware.jcryptoki.CryptokiInfo
Flags of the attached cryptoki module
getFlags() - Method in class com.cryptware.jcryptoki.MechanismInfo
Flags for this mechanism
getFlags() - Method in class com.cryptware.jcryptoki.SessionInfo
Session flags
getFlags() - Method in class com.cryptware.jcryptoki.SlotInfo
Gets or sets the flags.
getFlags() - Method in class com.cryptware.jcryptoki.TokenInfo
Token's Flags
getFreePrivateMemory() - Method in class com.cryptware.jcryptoki.TokenInfo
Free Private Memory
getFreePublicMemory() - Method in class com.cryptware.jcryptoki.TokenInfo
Free Public Memory
getFunctionStatus() - Method in class com.cryptware.jcryptoki.Session
Gets Function Status Calls C_GetFunctionStatus
getHandle() - Method in class com.cryptware.jcryptoki.CryptokiObject
Handle to this object inside native cryptoki
getHardwareVersion() - Method in class com.cryptware.jcryptoki.SlotInfo
Gets or sets the hardware version.
getHardwareVersion() - Method in class com.cryptware.jcryptoki.TokenInfo
Hardware Version
getID() - Method in class com.cryptware.jcryptoki.Key
Value of this CKA_ID attribute
getID() - Method in class com.cryptware.jcryptoki.X509Certificate
Gets the ID.
getInfo() - Method in class com.cryptware.jcryptoki.Cryptoki
Info related to the underlying native PKCS# Module.
getInfo() - Method in class com.cryptware.jcryptoki.Session
Session Info
getInfo() - Method in class com.cryptware.jcryptoki.Slot
Slot Info
getInfo() - Method in class com.cryptware.jcryptoki.Token
Token Info
getIssuer() - Method in class com.cryptware.jcryptoki.X509Certificate
Gets the issuer.
getKeyGenMechanismType() - Method in class com.cryptware.jcryptoki.Key
Value of this CKA_KEY_GEN_MECHANISM attribute
getKeyType() - Method in class com.cryptware.jcryptoki.Key
Value of this CKA_KEY_TYPE attribute
getKeyTypeName() - Method in class com.cryptware.jcryptoki.Key
Gets the name of the key type.
getLabel() - Method in class com.cryptware.jcryptoki.Storage
Value of this CKA_LABEL attribute
getLabel() - Method in class com.cryptware.jcryptoki.TokenInfo
Token's Label
getLibDescription() - Method in class com.cryptware.jcryptoki.CryptokiInfo
Library description of the attached cryptoki module
getLibVersion() - Method in class com.cryptware.jcryptoki.CryptokiInfo
Library version of the attached cryptoki module
getManufacturerID() - Method in class com.cryptware.jcryptoki.CryptokiInfo
Manufacturer ID of the attached cryptoki module
getManufacturerID() - Method in class com.cryptware.jcryptoki.SlotInfo
Gets or sets the manufacturer ID.
getManufacturerID() - Method in class com.cryptware.jcryptoki.TokenInfo
Token's Manufacturer ID
getMaxKeySize() - Method in class com.cryptware.jcryptoki.MechanismInfo
Maximum key size for this mechanism
getMaxPINLen() - Method in class com.cryptware.jcryptoki.TokenInfo
Max PIN length
getMaxRWSessionCount() - Method in class com.cryptware.jcryptoki.TokenInfo
Max number of RW Sessions allowd by the token
getMaxSessionCount() - Method in class com.cryptware.jcryptoki.TokenInfo
Max number of Sessions allowd by the token
getMechanismList() - Method in class com.cryptware.jcryptoki.Token
List of Mechanisms supported by this token
getMechanismName() - Method in class com.cryptware.jcryptoki.MechanismInfo
Gets the name of the mechanism.
getMechanismType() - Method in class com.cryptware.jcryptoki.MechanismInfo
MechanismType
getMinKeySize() - Method in class com.cryptware.jcryptoki.MechanismInfo
Mininum key size for this mechanism
getMinPINLen() - Method in class com.cryptware.jcryptoki.TokenInfo
Min PIN length
getModel() - Method in class com.cryptware.jcryptoki.TokenInfo
Token's model
getModulus() - Method in class com.cryptware.jcryptoki.RSAPrivateKey
Value of this CKA_MODULUS attribute
getModulus() - Method in class com.cryptware.jcryptoki.RSAPublicKey
Value of this CKA_MODULUS attribute
getModulusBit() - Method in class com.cryptware.jcryptoki.RSAPublicKey
Value of this CKA_MODULUS_BITS attribute
getObjectClass() - Method in class com.cryptware.jcryptoki.CryptokiObject
Class of this object
getObjects() - Method in class com.cryptware.jcryptoki.Session
List of objects in the session
getOperationState() - Method in class com.cryptware.jcryptoki.Session
Gets Operation State Calls C_GetOperationState
getPrivateExponent() - Method in class com.cryptware.jcryptoki.RSAPrivateKey
Value of this CKA_PRIVATE_EXPONENT attribute
getPublicExponent() - Method in class com.cryptware.jcryptoki.RSAPrivateKey
Value of this CKA_PUBLIC_EXPONENT attribute
getPublicExponent() - Method in class com.cryptware.jcryptoki.RSAPublicKey
Value of this CKA_PUBLIC_EXPONENT attribute
getRWSessionCount() - Method in class com.cryptware.jcryptoki.TokenInfo
Current number of RW Sessions opened on the token
getSerialNumber() - Method in class com.cryptware.jcryptoki.Certificate
Serial number of this certificate
getSerialNumber() - Method in class com.cryptware.jcryptoki.TokenInfo
Token's Serial Number
getSessionCount() - Method in class com.cryptware.jcryptoki.TokenInfo
Current number of Sessions opened on the token
getSize() - Method in class com.cryptware.jcryptoki.CryptokiObject
Size in bytes of this object.
getSlot(long) - Method in class com.cryptware.jcryptoki.SlotList
Gets the slot with given slot ID
getSlot() - Method in class com.cryptware.jcryptoki.Token
Gets the slot where this token is inserted.
getSlotID() - Method in class com.cryptware.jcryptoki.SessionInfo
Session Slot ID
getSlotID() - Method in class com.cryptware.jcryptoki.Slot
Slot ID
getSlots() - Method in class com.cryptware.jcryptoki.Cryptoki
The list of plugged slots.
getStartDate() - Method in class com.cryptware.jcryptoki.Key
Value of this CKA_START_DATE attribute
getState() - Method in class com.cryptware.jcryptoki.SessionInfo
Session State
getSubject() - Method in class com.cryptware.jcryptoki.PrivateKey
Value of this CKA_SUBJECT attribute
getSubject() - Method in class com.cryptware.jcryptoki.PublicKey
Value of this CKA_SUBJECT attribute
getSubject() - Method in class com.cryptware.jcryptoki.X509Certificate
Gets the subject.
getSubjectAsString() - Method in class com.cryptware.jcryptoki.X509Certificate
Gets the subject as String.
getToken() - Method in class com.cryptware.jcryptoki.Session
Gets the token where this session is open
getToken() - Method in class com.cryptware.jcryptoki.Slot
Token in the slot
getTotalPrivateMemory() - Method in class com.cryptware.jcryptoki.TokenInfo
Total Private Memory
getTotalPublicMemory() - Method in class com.cryptware.jcryptoki.TokenInfo
Total Public Memory
getType() - Method in class com.cryptware.jcryptoki.Certificate
Type of this certificate
getUTCTime() - Method in class com.cryptware.jcryptoki.TokenInfo
Time
getValue() - Method in class com.cryptware.jcryptoki.Certificate
Value of this certificate
getValue() - Method in class com.cryptware.jcryptoki.CryptokiAttribute
 
getValue() - Method in class com.cryptware.jcryptoki.Data
Value of this data object
getValue() - Method in class com.cryptware.jcryptoki.SecretKey
Value of this CKA_VALUE attribute
getValueBigInteger() - Method in class com.cryptware.jcryptoki.CryptokiAttribute
 
getValueBool() - Method in class com.cryptware.jcryptoki.CryptokiAttribute
 
getValueLong() - Method in class com.cryptware.jcryptoki.CryptokiAttribute
 
getValueStr() - Method in class com.cryptware.jcryptoki.CryptokiAttribute
 
getVersion() - Static method in class com.cryptware.jcryptoki.Cryptoki
Gets the JCryptoki Version
getVersion() - Method in class com.cryptware.jcryptoki.CryptokiInfo
PKCS#11 version implemented by the attached cryptoki module
A C D E F G H I K L M N O P R S T U V W X 
Skip navigation links