| Package | Description |
|---|---|
| com.entrust.toolkit.pkcs11 |
Contains classes dealing with PKCS #11 (smart cards and hardware
tokens) operations.
|
| Modifier and Type | Method and Description |
|---|---|
JNIPKCS11.EcdsaDigestFormat |
JNIPKCS11.getEcdsaDigestFormat(long slotId)
Determines the ECDSA digest format used by the PKCS#11 device.
|
static JNIPKCS11.EcdsaDigestFormat |
JNIPKCS11.EcdsaDigestFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JNIPKCS11.EcdsaDigestFormat[] |
JNIPKCS11.EcdsaDigestFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
JNIPKCS11.formatEcdsaDigest(byte[] digest,
JNIPKCS11.EcdsaDigestFormat format,
java.security.spec.ECParameterSpec ecDomainParams)
Formats a digest using one of the supported ECDSA digest format methods.
|