IAIK PKCS#11 Wrapper
version 1.2.16

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

Packages that use LongAttribute
iaik.pkcs.pkcs11.objects   
 

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 X942DHParams.primeBits_
          The length of the prime value in bits.
protected  LongAttribute X942DHParams.subprimeBits_
          The length of the subprime value in bits.
protected  LongAttribute TwofishSecretKey.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 RC5SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute RC4SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute RC2SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute PrivateKey.authPinFlags_
          The authentication flags for secondary authentication.
protected  LongAttribute GenericSecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute DSAParams.primeBits_
          The bit length of the prim value.
protected  LongAttribute DHPrivateKey.valueBits_
          The length of the value (x) of this DH key in bits.
protected  LongAttribute DHParams.primeBits_
          The length of the prime value in bits.
protected  LongAttribute CASTSecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute CAST5SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute CAST3SecretKey.valueLen_
          The length of this secret key in bytes.
protected  LongAttribute CAST128SecretKey.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.
 

Methods in iaik.pkcs.pkcs11.objects that return LongAttribute
 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 TwofishSecretKey.getValueLen()
          Gets the value length attribute of this generic key (in bytes).
 LongAttribute RSAPublicKey.getModulusBits()
          Gets the modulus bits (bit-length of the modulus) attribute of this RSA key.
 LongAttribute RC5SecretKey.getValueLen()
          Gets the value length attribute of this RC5 key (in bytes).
 LongAttribute RC4SecretKey.getValueLen()
          Gets the value length attribute of this RC4 key (in bytes).
 LongAttribute RC2SecretKey.getValueLen()
          Gets the value length attribute of this RC2 key (in bytes).
 LongAttribute PrivateKey.getAuthPinFlags()
          Gets the authentication flags for secondary authentication of this key.
 LongAttribute Object.getObjectClass()
          Gets the object class attribute of the PKCS#11 object.
 LongAttribute Key.getKeyType()
          Gets the key type attribute of the PKCS#11 key.
 LongAttribute HardwareFeature.getHardwareFeatureType()
          Gets the hardware feature type attribute of the PKCS#11 key.
 LongAttribute GenericSecretKey.getValueLen()
          Gets the value length attribute of this generic key (in bytes).
 LongAttribute DSAParams.getPrimeBits()
          Gets the bit length of the prime value.
 LongAttribute DomainParameters.getKeyType()
          Gets the key type attribute of the PKCS#11 key.
 LongAttribute DHPrivateKey.getValueBits()
          Gets the value length attribute of this DH key (in bits).
 LongAttribute DHParams.getPrimeBits()
          Gets the value length of the prime (in bits).
 LongAttribute Certificate.getCertificateType()
          Gets the certificate type attribute of the PKCS#11 certificate.
 LongAttribute CASTSecretKey.getValueLen()
          Gets the value length attribute of this CAST key (in bytes).
 LongAttribute CAST5SecretKey.getValueLen()
          Gets the value length attribute of this CAST5 key (in bytes).
 LongAttribute CAST3SecretKey.getValueLen()
          Gets the value length attribute of this CAST3 key (in bytes).
 LongAttribute CAST128SecretKey.getValueLen()
          Gets the value length attribute of this CAST128 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).
 


IAIK PKCS#11 Wrapper
version 1.2.16

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

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