Package | Description |
---|---|
iaik.pkcs.pkcs11.objects |
This package contains all classes for objects and attributes as known from
PKCS#11.
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateTypeAttribute
This is a special version of a long attribute for the type of a certificate type.
|
class |
HardwareFeatureTypeAttribute
This is a special version of a long attribute for the type of a hardware feature.
|
class |
KeyTypeAttribute
This is a special version of a long attribute for the type of a key type.
|
class |
MechanismAttribute
Objects of this class represent a mechanism attribute of an PKCS#11 object as specified by
PKCS#11.
|
class |
ObjectClassAttribute
This is a special version of a long attribute for the type of a object class.
|
Modifier and Type | Field and Description |
---|---|
protected LongAttribute |
Certificate.certificateCategory_
Categorization of the certificate: 0 = unspecified (default), 1 = token user, 2 = authority, 3
= other entity.
|
protected LongAttribute |
X509PublicKeyCertificate.javaMidpSecurityDomain_
Java MIDP security domain: 0 = unspecified (default value), 1 = manufacturer, 2 = operator, 3 =
third party.
|
protected LongAttribute |
Mechanism.mechanismType_
The mechanism Type of this Mechanism object.
|
protected LongAttribute |
RSAPublicKey.modulusBits_
The bit-length of the modulus of this RSA key.
|
protected LongAttribute |
DSAParams.primeBits_
The bit length of the prime value.
|
protected LongAttribute |
DHParams.primeBits_
The length of the prime value in bits.
|
protected LongAttribute |
X942DHParams.subprimeBits_
The length of the subprime value in bits.
|
protected LongAttribute |
DHPrivateKey.valueBits_
The length of the value (x) of this DH key in bits.
|
protected LongAttribute |
TwofishSecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
RC2SecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
GenericSecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
CAST3SecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
RC4SecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
CAST5SecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
BlowfishSecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
CASTSecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
AESSecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
RC5SecretKey.valueLen_
The length of this secret key in bytes.
|
protected LongAttribute |
CAST128SecretKey.valueLen_
The length of this secret key in bytes.
|
Modifier and Type | Method and Description |
---|---|
LongAttribute |
PrivateKey.getAuthPinFlags()
Deprecated.
since pkcs#11 v2.11 - always returns null
|
LongAttribute |
UserInterface.getBitsPerPixel()
Gets the bits per pixel.
|
LongAttribute |
Certificate.getCertificateCategory()
Gets the certificate category attribute of the PKCS#11 certificate.
|
LongAttribute |
Certificate.getCertificateType()
Gets the certificate type attribute of the PKCS#11 certificate.
|
LongAttribute |
UserInterface.getCharColumns()
Gets the char columns.
|
LongAttribute |
UserInterface.getCharRows()
Gets the char rows.
|
LongAttribute |
HardwareFeature.getHardwareFeatureType()
Gets the hardware feature type attribute of the PKCS#11 key.
|
LongAttribute |
X509PublicKeyCertificate.getJavaMidpSecurityDomain()
Gets the java midp security domain attribute of the PKCS#11 certificate.
|
LongAttribute |
Key.getKeyType()
Gets the key type attribute of the PKCS#11 key.
|
LongAttribute |
DomainParameters.getKeyType()
Gets the key type attribute of the PKCS#11 key.
|
LongAttribute |
Mechanism.getMechanismType() |
LongAttribute |
RSAPublicKey.getModulusBits()
Gets the modulus bits (bit-length of the modulus) attribute of this RSA key.
|
LongAttribute |
Object.getObjectClass()
Gets the object class attribute of the PKCS#11 object.
|
LongAttribute |
UserInterface.getPixelX()
Gets the pixel x.
|
LongAttribute |
UserInterface.getPixelY()
Gets the pixel y.
|
LongAttribute |
DSAParams.getPrimeBits()
Gets the bit length of the prime value.
|
LongAttribute |
DHParams.getPrimeBits()
Gets the value length of the prime (in bits).
|
LongAttribute |
X942DHParams.getPrimeBits()
Gets the value length of the prime (in bits).
|
LongAttribute |
UserInterface.getResolution()
Gets the resolution.
|
LongAttribute |
X942DHParams.getSubprimeBits()
Gets the value length of the subprime (in bits).
|
LongAttribute |
DHPrivateKey.getValueBits()
Gets the value length attribute of this DH key (in bits).
|
LongAttribute |
TwofishSecretKey.getValueLen()
Gets the value length attribute of this generic key (in bytes).
|
LongAttribute |
RC2SecretKey.getValueLen()
Gets the value length attribute of this RC2 key (in bytes).
|
LongAttribute |
GenericSecretKey.getValueLen()
Gets the value length attribute of this generic key (in bytes).
|
LongAttribute |
CAST3SecretKey.getValueLen()
Gets the value length attribute of this CAST3 key (in bytes).
|
LongAttribute |
RC4SecretKey.getValueLen()
Gets the value length attribute of this RC4 key (in bytes).
|
LongAttribute |
CAST5SecretKey.getValueLen()
Gets the value length attribute of this CAST5 key (in bytes).
|
LongAttribute |
BlowfishSecretKey.getValueLen()
Gets the value length attribute of this generic key (in bytes).
|
LongAttribute |
CASTSecretKey.getValueLen()
Gets the value length attribute of this CAST key (in bytes).
|
LongAttribute |
AESSecretKey.getValueLen()
Gets the value length attribute of this AES key (in bytes).
|
LongAttribute |
RC5SecretKey.getValueLen()
Gets the value length attribute of this RC5 key (in bytes).
|
LongAttribute |
CAST128SecretKey.getValueLen()
Gets the value length attribute of this CAST128 key (in bytes).
|
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9