IAIK PKCS#11 Wrapper
version 1.2.18

Uses of Class
iaik.pkcs.pkcs11.objects.LongAttribute

Packages that use LongAttribute
iaik.pkcs.pkcs11.objects This package contains all classes for objects and attributes as known from PKCS#11. 
 

Uses of LongAttribute in iaik.pkcs.pkcs11.objects
 

Subclasses of LongAttribute in iaik.pkcs.pkcs11.objects
 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.
 

Fields in iaik.pkcs.pkcs11.objects declared as LongAttribute
protected  LongAttribute DSAParams.primeBits_
          The bit length of the prim value.
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 BlowfishSecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute AESSecretKey.valueLen_
          The length of this secret key in bytes.
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 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 CAST5SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute RC5SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute CASTSecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute CAST128SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute RC2SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute RSAPublicKey.modulusBits_
          The bit-length of the modulus of this RSA key.
protected  LongAttribute DHPrivateKey.valueBits_
          The length of the value (x) of this DH key in bits.
protected  LongAttribute RC4SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute Mechanism.mechanismType_
          The mechanism Type of this Mechanism object.
protected  LongAttribute TwofishSecretKey.valueLen_
          The length of this secret key in bytes.
 

Methods in iaik.pkcs.pkcs11.objects that return LongAttribute
 LongAttribute Object.getObjectClass()
          Gets the object class attribute of the PKCS#11 object.
 LongAttribute DomainParameters.getKeyType()
          Gets the key type attribute of the PKCS#11 key.
 LongAttribute DSAParams.getPrimeBits()
          Gets the bit length of the prime value.
 LongAttribute HardwareFeature.getHardwareFeatureType()
          Gets the hardware feature type attribute of the PKCS#11 key.
 LongAttribute UserInterface.getPixelX()
          Gets the pixel x.
 LongAttribute UserInterface.getPixelY()
          Gets the pixel y.
 LongAttribute UserInterface.getResolution()
          Gets the resolution.
 LongAttribute UserInterface.getCharRows()
          Gets the char rows.
 LongAttribute UserInterface.getCharColumns()
          Gets the char columns.
 LongAttribute UserInterface.getBitsPerPixel()
          Gets the bits per pixel.
 LongAttribute Key.getKeyType()
          Gets the key type attribute of the PKCS#11 key.
 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 BlowfishSecretKey.getValueLen()
          Gets the value length attribute of this generic key (in bytes).
 LongAttribute AESSecretKey.getValueLen()
          Gets the value length attribute of this AES key (in bytes).
 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 X942DHParams.getSubprimeBits()
          Gets the value length of the subprime (in bits).
 LongAttribute PrivateKey.getAuthPinFlags()
          Gets the authentication flags for secondary authentication of this key.
 LongAttribute Certificate.getCertificateType()
          Gets the certificate type attribute of the PKCS#11 certificate.
 LongAttribute Certificate.getCertificateCategory()
          Gets the certificate category attribute of the PKCS#11 certificate.
 LongAttribute X509PublicKeyCertificate.getJavaMidpSecurityDomain()
          Gets the java midp security domain attribute of the PKCS#11 certificate.
 LongAttribute CAST5SecretKey.getValueLen()
          Gets the value length attribute of this CAST5 key (in bytes).
 LongAttribute RC5SecretKey.getValueLen()
          Gets the value length attribute of this RC5 key (in bytes).
 LongAttribute CASTSecretKey.getValueLen()
          Gets the value length attribute of this CAST key (in bytes).
 LongAttribute CAST128SecretKey.getValueLen()
          Gets the value length attribute of this CAST128 key (in bytes).
 LongAttribute RC2SecretKey.getValueLen()
          Gets the value length attribute of this RC2 key (in bytes).
 LongAttribute RSAPublicKey.getModulusBits()
          Gets the modulus bits (bit-length of the modulus) attribute of this RSA key.
 LongAttribute DHPrivateKey.getValueBits()
          Gets the value length attribute of this DH key (in bits).
 LongAttribute RC4SecretKey.getValueLen()
          Gets the value length attribute of this RC4 key (in bytes).
 LongAttribute Mechanism.getMechanismType()
           
 LongAttribute TwofishSecretKey.getValueLen()
          Gets the value length attribute of this generic key (in bytes).
 


IAIK PKCS#11 Wrapper
version 1.2.18

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2004, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.
version 1.2.18