| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.objects |
| 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 |
PrivateKey.authPinFlags
The authentication flags for secondary authentication.
|
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 |
ValuedSecretKey.valueLen
The length of this secret key in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
LongAttribute |
PrivateKey.getAuthPinFlags()
Gets the authentication flags for secondary authentication of this key.
|
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 |
DomainParameters.getKeyType()
Gets the key type attribute of the PKCS#11 key.
|
LongAttribute |
Key.getKeyType()
Gets the key type attribute of the PKCS#11 key.
|
LongAttribute |
Mechanism.getMechanismType()
Returns the mechanism type of this mechanism object.
|
LongAttribute |
RSAPublicKey.getModulusBits()
Gets the modulus bits (bit-length of the modulus) attribute of this RSA
key.
|
LongAttribute |
PKCS11Object.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 |
X942DHParams.getPrimeBits()
Gets the value length of the prime (in bits).
|
LongAttribute |
DSAParams.getPrimeBits()
Gets the bit length of the prime value.
|
LongAttribute |
DHParams.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 |
ValuedSecretKey.getValueLen()
Gets the value length attribute of this AES key (in bytes).
|
Copyright © 2018. All rights reserved.