- DateAttribute - Class in org.xipki.pkcs11.wrapper.attrs
-
Objects of this class represent a date attribute of a PKCS#11 object
as specified by PKCS#11.
- DateAttribute(long) - Constructor for class org.xipki.pkcs11.wrapper.attrs.DateAttribute
-
Constructor taking the PKCS#11 type of the attribute.
- dateValue(Date) - Method in class org.xipki.pkcs11.wrapper.attrs.DateAttribute
-
Set the date value of this attribute.
- decodeHex(String) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
- decrypt() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- decrypt(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- decrypt(byte[], byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Decrypts the given data with the key and mechanism given to the decryptInit method.
- decrypt(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Decrypts the given data with the key and mechanism given to the decryptInit method.
- decryptEncrypt(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
-
- decryptFinal(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes a decryption operation and returns the final result.
- decryptInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new decryption operation.
- decryptUpdate(byte[], byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to decrypt multiple pieces of data; e.g.
- decryptUpdate(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to decrypt multiple pieces of data; e.g.
- defaultCmsAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- defaultCmsAttributes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- derive() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- derive(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- derive(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
-
- deriveKey(Mechanism, long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
-
Derives a new key from a specified base key using the given mechanism.
- deriveTemplate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- deriveTemplate(AttributeVector) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- destroyable() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- destroyable(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- destroyObject(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Destroy a certain object on the token (or in the session).
- digest(Mechanism, byte[], byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Digests the given data with the mechanism given to the digestInit method.
- digest(Mechanism, byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Digests the given data with the mechanism given to the digestInit method.
- digestFinal(byte[], byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Digests the given data with the mechanism given to the digestInit method.
- digestFinal(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Digests the given data with the mechanism given to the digestInit method.
- digestFinal(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes a digesting operation and returns the final result.
- digestInit(Mechanism) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new digesting operation.
- digestKey(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method is similar to digestUpdate and can be combined with it during one digesting
operation.
- digestUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to digest multiple pieces of data; e.g.
- digestUpdate(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to digest multiple pieces of data; e.g.
- GCM_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
Represents the CK_GCM_PARAMS.
- GCM_PARAMS(byte[], byte[], int) - Constructor for class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
-
- generateKey(Mechanism, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
-
/**
Generate a new secret key or a set of domain parameters.
- generateKeyPair(Mechanism, KeyPairTemplate) - Method in class org.xipki.pkcs11.wrapper.Session
-
Generate a new public key - private key key-pair and use the set attributes of the template
objects for setting the attributes of the new public key and private key objects.
- generateRandom(int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Generates a certain number of random bytes.
- getAttribute(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- getAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getAttrValues(long, long...) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getBigIntAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getBigIntValue() - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
-
- getBooleanAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- getBooleanAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getByteArrayAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- getByteArrayAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getCkaCertificateType(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getCkaClass(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getCkaId(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getCkaKeyType(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getCkaLabel(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getCkAttribute() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Get the CK_ATTRIBUTE object of this Attribute that contains the attribute
type and value .
- getClass(String) - Static method in class org.xipki.pkcs11.wrapper.Util
-
- getConstructor(String, Class<?>...) - Static method in class org.xipki.pkcs11.wrapper.Util
-
- getConstructor(Class<?>, Class<?>...) - Static method in class org.xipki.pkcs11.wrapper.Util
-
- getConstructorOfCK_MECHANISM(String) - Static method in class org.xipki.pkcs11.wrapper.Util
-
- getCryptokiVersion() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
-
Get the version of PKCS#11 that this module claims to be compliant to.
- getDeviceError() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
-
Get the current device error-code of the token.
- getErrorCode() - Method in exception org.xipki.pkcs11.wrapper.PKCS11Exception
-
Returns the PKCS#11 error code.
- getField(Class<?>, String) - Static method in class org.xipki.pkcs11.wrapper.Util
-
- getFirmwareVersion() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Get the version of the slot's firmware.
- getFirmwareVersion() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the version of the token's firmware.
- getFlags() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Return the token flags.
- getFreePrivateMemory() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the amount of free memory for private objects.
- getFreePublicMemory() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the amount of free memory for public objects.
- getHardwareVersion() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Get the version of the slot's hardware.
- getHardwareVersion() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the version of the token's hardware.
- getHashAlgName(long) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
- getHashAlgName(long) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Constants
-
- getInfo() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Gets information about the module; i.e.
- getInstance(long) - Static method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
- getInstance(long, Object) - Static method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
- getInstance(String) - Static method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Get an instance of this class by giving the name of the PKCS#11 module; e.g.
- getIntAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- getIntAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getIntValue() - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
-
Get the int value of this attribute.
- getLabel() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the label of this token.
- getLibraryDescription() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
-
Get a short description of this module.
- getLibraryVersion() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
-
Get the version of this PKCS#11 module.
- getLongAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- getLongAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getMajor() - Method in class org.xipki.pkcs11.wrapper.Version
-
Get the major version number.
- getManufacturerID() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
-
Get the identifier of the manufacturer.
- getManufacturerID() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Get an identifier for the manufacturer of this slot.
- getManufacturerID() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the manufacturer identifier.
- getMaxKeySize() - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Get the maximum key length supported by this mechanism.
- getMaxPinLen() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the maximum length for the PIN.
- getMaxRwSessionCount() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the maximum allowed number of (open) concurrent read-write sessions.
- getMaxSessionCount() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the maximum allowed number of (open) concurrent sessions.
- getMechanismCode() - Method in class org.xipki.pkcs11.wrapper.Mechanism
-
Get the code of this mechanism as defined in PKCS11Constants (of
pkcs11t.h likewise).
- getMechanismInfo(long) - Method in class org.xipki.pkcs11.wrapper.Token
-
Get more information about one supported mechanism.
- getMechanismList() - Method in class org.xipki.pkcs11.wrapper.Token
-
Get the list of mechanisms that this token supports.
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.xipki.pkcs11.wrapper.Util
-
- getMinKeySize() - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Get the minimum key length supported by this mechanism.
- getMinor() - Method in class org.xipki.pkcs11.wrapper.Version
-
Get the minor version number.
- getMinPinLen() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the minimum length for the PIN.
- getModel() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the model of this token.
- getModule() - Method in class org.xipki.pkcs11.wrapper.Session
-
Get the Module which this Session object operates with.
- getModule() - Method in class org.xipki.pkcs11.wrapper.Slot
-
Get the module that created this Slot object.
- getName() - Method in class org.xipki.pkcs11.wrapper.Mechanism
-
Get the name of this mechanism.
- getOperationState() - Method in class org.xipki.pkcs11.wrapper.Session
-
Get the current operation state.
- getParameters() - Method in class org.xipki.pkcs11.wrapper.Mechanism
-
Get the parameters object of this mechanism.
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.AES_CTR_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.CkParams
-
Get this parameters object as an object of the corresponding *_PARAMS
class of the sun.security.pkcs11.wrapper package.
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.LongParams
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
-
- getParams() - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
-
Get this parameters object as an object of the CK_SALSA20_CHACHA20_POLY1305_PARAMS class.
- getPKCS11() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Gets the PKCS#11 module of the wrapper package behind this object.
- getPrivateKey() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyPair
-
Get the private key part of this key-pair.
- getPublicKey() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyPair
-
Get the public key part of this key-pair.
- getRwSessionCount() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the current number of open read-write sessions.
- getSerialNumber() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the serial number of this token.
- getSessionCount() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the current number of open sessions.
- getSessionHandle() - Method in class org.xipki.pkcs11.wrapper.Session
-
Get the handle of this session.
- getSessionInfo() - Method in class org.xipki.pkcs11.wrapper.Session
-
Get information about this session.
- getSignedBigIntValue() - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
-
- getSlot() - Method in class org.xipki.pkcs11.wrapper.Token
-
Get the slot that created this Token object.
- getSlotDescription() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Get a short description of this slot.
- getSlotID() - Method in class org.xipki.pkcs11.wrapper.Slot
-
Get the ID of this slot.
- getSlotInfo() - Method in class org.xipki.pkcs11.wrapper.Slot
-
Get information about this slot object.
- getSlotList(boolean) - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Gets a list of slots that can accept tokens that are compatible with this
module; e.g.
- getState() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
-
Get the current state of this session.
- getStringAttrValue(long) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- getStringAttrValue(long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- getTime() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the current time of the token's clock.
- getToken() - Method in class org.xipki.pkcs11.wrapper.Session
-
Get the token that created this Session object.
- getToken() - Method in class org.xipki.pkcs11.wrapper.Slot
-
Get an object for handling the token that is currently present in this
slot, or null, if there is no token present.
- getTokenID() - Method in class org.xipki.pkcs11.wrapper.Token
-
Get the ID of this token.
- getTokenInfo() - Method in class org.xipki.pkcs11.wrapper.Token
-
Get information about this token.
- getTotalPrivateMemory() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the total amount of memory for private objects.
- getTotalPublicMemory() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Get the total amount of memory for public objects.
- getType() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Get the PKCS#11 type of this attribute.
- getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
- getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.AttributeArrayAttribute
-
Get the attribute array value of this attribute.
- getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.BooleanAttribute
-
Get the boolean value of this attribute.
- getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
-
Get the byte-array value of this attribute.
- getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
-
Get the string value of this attribute.
- getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.DateAttribute
-
Get the date value of this attribute.
- getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
-
Get the long value of this attribute.
- getValue() - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismArrayAttribute
-
Get the mechanism attribute array value of this attribute as Mechanism[].
- getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Get a string representation of the value of this attribute.
- getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.AttributeArrayAttribute
-
Get a string representation of the value of this attribute.
- getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.BooleanAttribute
-
- getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
-
Get a string representation of the value of this attribute.
- getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
-
Get a string representation of the value of this attribute.
- getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismArrayAttribute
-
Get a string representation of the value of this attribute.
- getValueString() - Method in class org.xipki.pkcs11.wrapper.attrs.MechanismAttribute
-
Get a string representation of the value of this attribute.
- gost28147Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- gost28147Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- gostr3410Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- gostr3410Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- gostr3411Params() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- gostr3411Params(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- SALSA20_CHACHA20_POLY1305_PARAMS - Class in org.xipki.pkcs11.wrapper.params
-
This class encapsulates parameters for the Salsa20Chacha20 en/decryption.
- SALSA20_CHACHA20_POLY1305_PARAMS(byte[], byte[]) - Constructor for class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
-
Create a new Salsa20Chacha20Poly1305Parameters object with the given attributes.
- seedRandom(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Mixes additional seeding material into the random number generator.
- sensitive() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- sensitive(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- sensitive - Variable in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
True, if this attribute is sensitive.
- sensitive(boolean) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Set, if this attribute is sensitive in the associated object.
- serialNumber() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- serialNumber(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- Session - Class in org.xipki.pkcs11.wrapper
-
Session objects are used to perform cryptographic operations on a token.
- Session(Token, long) - Constructor for class org.xipki.pkcs11.wrapper.Session
-
Constructor taking the token and the session handle.
- SessionInfo - Class in org.xipki.pkcs11.wrapper
-
An object of this class provides information about a session.
- SessionInfo(CK_SESSION_INFO) - Constructor for class org.xipki.pkcs11.wrapper.SessionInfo
-
Constructor taking a CK_SESSION_INFO object that provides the
information.
- setAttributeValues(long, AttributeVector) - Method in class org.xipki.pkcs11.wrapper.Session
-
Gets all present attributes of the given template object an writes them to the object to update
on the token (or in the session).
- setDataLen(int) - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
-
- setFlagBit(long) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Set the given feature flag.
- setOperationState(byte[], long, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Sets the operation state of this session to a previously saved one.
- setSessionHandle(long) - Method in class org.xipki.pkcs11.wrapper.Session
-
- setUseUtf8Encoding(boolean) - Method in class org.xipki.pkcs11.wrapper.Slot
-
Specify, whether UTF8 character encoding shall be used for character
array attributes and PINs.
- sign() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- sign(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- sign(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
Signs the given data with the key and mechanism given to the signInit method.
- signFinal() - Method in class org.xipki.pkcs11.wrapper.Session
-
This method finalizes a signing operation and returns the final result.
- signInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new signing operation.
- signRecover() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- signRecover(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- signRecover(byte[], byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Signs the given data with the key and mechanism given to the signRecoverInit method.
- signRecover(byte[], int, int, byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
Signs the given data with the key and mechanism given to the signRecoverInit method.
- signRecoverInit(Mechanism, long) - Method in class org.xipki.pkcs11.wrapper.Session
-
Initializes a new signing operation for signing with recovery.
- signUpdate(byte[]) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to sign multiple pieces of data; e.g.
- signUpdate(byte[], int, int) - Method in class org.xipki.pkcs11.wrapper.Session
-
This method can be used to sign multiple pieces of data; e.g.
- signVerify(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
-
- signVerifyRecover(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
-
- Slot - Class in org.xipki.pkcs11.wrapper
-
Objects of this class represent slots that can accept tokens.
- Slot(PKCS11Module, long) - Constructor for class org.xipki.pkcs11.wrapper.Slot
-
The constructor that takes a reference to the module and the slot ID.
- SlotInfo - Class in org.xipki.pkcs11.wrapper
-
Objects of this call provide information about a slot.
- SlotInfo(CK_SLOT_INFO) - Constructor for class org.xipki.pkcs11.wrapper.SlotInfo
-
Constructor that takes the CK_SLOT_INFO object as given by
PKCS11.C_GetSlotInfo().
- snapshot() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- startDate() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- startDate(Date) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- startDate(Date) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
-
- stringValue(String) - Method in class org.xipki.pkcs11.wrapper.attrs.CharArrayAttribute
-
Set the char-array value of this attribute.
- subject() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- subject(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- subject(byte[]) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
-
- subprime() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- subprime(BigInteger) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- subprimeBits() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- subprimeBits(Integer) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- supportedCmsAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- supportedCmsAttributes(byte[]) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- supports(MechanismInfo) - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Check, if this mechanism info has those flags set to true, which are set
in the given mechanism info.
- toCkAttributes() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- toCkMechanism() - Method in class org.xipki.pkcs11.wrapper.Mechanism
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.AES_CTR_PARAMS
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.CkParams
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.LongParams
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
-
- toCkMechanism(long) - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
-
- toFullHex(long) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
Converts a long value to a hexadecimal String of length 16.
- toHex(byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
Converts a byte array to a hexadecimal String.
- toHex(byte[], int, int) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
- token() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- token(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- token(Boolean) - Method in class org.xipki.pkcs11.wrapper.KeyPairTemplate
-
- Token - Class in org.xipki.pkcs11.wrapper
-
Objects of this class represent PKCS#11 tokens.
- Token(Slot) - Constructor for class org.xipki.pkcs11.wrapper.Token
-
The constructor that takes a reference to the module and the slot ID.
- TokenException - Exception in org.xipki.pkcs11.wrapper
-
The base class for all exceptions in this package.
- TokenException(String) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
-
Constructor taking an exception message.
- TokenException(Exception) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
-
Constructor taking another exception to wrap.
- TokenException(String, Exception) - Constructor for exception org.xipki.pkcs11.wrapper.TokenException
-
Constructor taking a message for this exception and another exception to
wrap.
- TokenInfo - Class in org.xipki.pkcs11.wrapper
-
Objects of this class provide information about a token.
- TokenInfo(CK_TOKEN_INFO) - Constructor for class org.xipki.pkcs11.wrapper.TokenInfo
-
Constructor taking CK_TOKEN_INFO as given returned by
PKCS11.C_GetTokenInfo.
- toString() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- toString(String) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- toString() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Get a string representation of this attribute.
- toString(boolean, String) - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-
Get a string representation of this attribute.
- toString(int) - Method in class org.xipki.pkcs11.wrapper.attrs.LongAttribute
-
Get a string representation of this attribute.
- toString(String, byte[]) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
- toString() - Method in class org.xipki.pkcs11.wrapper.Mechanism
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.MechanismInfo
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.ModuleInfo
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.params.AES_CTR_PARAMS
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.params.ByteArrayParams
-
- toString() - Method in class org.xipki.pkcs11.wrapper.params.CCM_PARAMS
-
- toString() - Method in class org.xipki.pkcs11.wrapper.params.ECDH1_DERIVE_PARAMS
-
- toString() - Method in class org.xipki.pkcs11.wrapper.params.GCM_PARAMS
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.params.LongParams
-
- toString() - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_OAEP_PARAMS
-
- toString() - Method in class org.xipki.pkcs11.wrapper.params.RSA_PKCS_PSS_PARAMS
-
- toString() - Method in class org.xipki.pkcs11.wrapper.params.SALSA20_CHACHA20_POLY1305_PARAMS
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11KeyPair
-
Returns a string representation of the current object.
- toString() - Method in class org.xipki.pkcs11.wrapper.PKCS11Module
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.Session
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.SessionInfo
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.Slot
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
Returns the string representation of this object.
- toString(String) - Method in class org.xipki.pkcs11.wrapper.SlotInfo
-
- toString() - Method in class org.xipki.pkcs11.wrapper.Token
-
Returns the string representation of this object.
- toString() - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
Returns the string representation of this object.
- toString(String) - Method in class org.xipki.pkcs11.wrapper.TokenInfo
-
- toString() - Method in class org.xipki.pkcs11.wrapper.Version
-
Returns the string representation of this object.
- toStringFlags(PKCS11Constants.Category, String, long, long...) - Static method in class org.xipki.pkcs11.wrapper.Functions
-
- trusted() - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- trusted(Boolean) - Method in class org.xipki.pkcs11.wrapper.AttributeVector
-
- type() - Method in class org.xipki.pkcs11.wrapper.attrs.Attribute
-