IAIK PKCS#11 Wrapper
version 1.2.18

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

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

Uses of ByteArrayAttribute in iaik.pkcs.pkcs11.objects
 

Fields in iaik.pkcs.pkcs11.objects declared as ByteArrayAttribute
protected  ByteArrayAttribute DSAParams.prime_
          The prime (p) of this DSA key.
protected  ByteArrayAttribute DSAParams.subprime_
          The subprime (q) of this DSA key.
protected  ByteArrayAttribute DSAParams.base_
          The base (g) of this DSA key.
protected  ByteArrayAttribute Key.id_
          The identifier (ID) of this key.
protected  ByteArrayAttribute SecretKey.checkValue_
          Key checksum of this private key.
protected  ByteArrayAttribute GenericSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute CAST3SecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute BlowfishSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute MonotonicCounter.value_
          The value attribute of this monotonic counter.
protected  ByteArrayAttribute PublicKey.subject_
          The subject attribute of this public key.
protected  ByteArrayAttribute SkipJackSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute DHPublicKey.prime_
          The prime (p) of this DH key.
protected  ByteArrayAttribute DHPublicKey.base_
          The base (g) of this DH key.
protected  ByteArrayAttribute DHPublicKey.value_
          The public value (y) of this DH key.
protected  ByteArrayAttribute X942DHPublicKey.subprime_
          The subprime (q) of this X9.42 DH key.
protected  ByteArrayAttribute AESSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute DHParams.prime_
          The prime (p) of this DH key.
protected  ByteArrayAttribute DHParams.base_
          The base (g) of this DH key.
protected  ByteArrayAttribute X942DHParams.subprime_
          The subprime (q) of this DH key.
protected  ByteArrayAttribute DES2SecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute PrivateKey.subject_
          The subject of this private key.
protected  ByteArrayAttribute DSAPrivateKey.prime_
          The prime (p) of this DSA key.
protected  ByteArrayAttribute DSAPrivateKey.subprime_
          The subprime (q) of this DSA key.
protected  ByteArrayAttribute DSAPrivateKey.base_
          The base (g) of this DSA key.
protected  ByteArrayAttribute DSAPrivateKey.value_
          The private value (x) of this DSA key.
protected  ByteArrayAttribute Data.objectID_
          The object ID attribute of this data object (DER-encoded).
protected  ByteArrayAttribute Data.value_
          The value attribute of this data object.
protected  ByteArrayAttribute Certificate.checkValue_
          Checksum of this certificate.
protected  ByteArrayAttribute KEAPrivateKey.prime_
          The prime (p) of this KEA key.
protected  ByteArrayAttribute KEAPrivateKey.subprime_
          The subprime (q) of this KEA key.
protected  ByteArrayAttribute KEAPrivateKey.base_
          The base (g) of this KEA key.
protected  ByteArrayAttribute KEAPrivateKey.value_
          The private value (x) of this KEA key.
protected  ByteArrayAttribute X509PublicKeyCertificate.subject_
          The subject attribute of this certificate.
protected  ByteArrayAttribute X509PublicKeyCertificate.id_
          The ID attribute of this certificate.
protected  ByteArrayAttribute X509PublicKeyCertificate.issuer_
          The issuer attribute of this certificate.
protected  ByteArrayAttribute X509PublicKeyCertificate.serialNumber_
          The serial number attribute of this certificate.
protected  ByteArrayAttribute X509PublicKeyCertificate.value_
          The value attribute of this certificate; i.e.
protected  ByteArrayAttribute X509PublicKeyCertificate.hashOfSubjectPublicKey_
          SHA-1 hash of the subject public key.
protected  ByteArrayAttribute X509PublicKeyCertificate.hashOfIssuerPublicKey_
          SHA-1 hash of the issuer public key.
protected  ByteArrayAttribute CAST5SecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute RC5SecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute IDEASecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute ECDSAPublicKey.ecdsaParams_
          The DER-encoding of an X9.62 ECParameters value of this ECDSA key.
protected  ByteArrayAttribute ECDSAPublicKey.ecPoint_
          The DER-encoding of X9.62 ECPoint value P of this ECDSA key.
protected  ByteArrayAttribute RSAPrivateKey.modulus_
          The modulus (n) of this RSA key.
protected  ByteArrayAttribute RSAPrivateKey.publicExponent_
          The public exponent (e) of this RSA key.
protected  ByteArrayAttribute RSAPrivateKey.privateExponent_
          The private exponent (d) of this RSA key.
protected  ByteArrayAttribute RSAPrivateKey.prime1_
          The first prime factor (p) of this RSA key, for use with CRT.
protected  ByteArrayAttribute RSAPrivateKey.prime2_
          The second prime factor (q) of this RSA key, for use with CRT.
protected  ByteArrayAttribute RSAPrivateKey.exponent1_
          The first exponent (d mod (p-1)) of this RSA key, for use with CRT.
protected  ByteArrayAttribute RSAPrivateKey.exponent2_
          The second exponent (d mod (q-1)) of this RSA key, for use with CRT.
protected  ByteArrayAttribute RSAPrivateKey.coefficient_
          The coefficient (1/q mod (p)) of this RSA key, for use with CRT.
protected  ByteArrayAttribute JuniperSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute CASTSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute DSAPublicKey.prime_
          The prime (p) of this DSA key.
protected  ByteArrayAttribute DSAPublicKey.subprime_
          The subprime (q) of this DSA key.
protected  ByteArrayAttribute DSAPublicKey.base_
          The base (g) of this DSA key.
protected  ByteArrayAttribute DSAPublicKey.value_
          The public value (y) of this DSA key.
protected  ByteArrayAttribute CAST128SecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute CDMFSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute RC2SecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute RSAPublicKey.modulus_
          The modulus (n) of this RSA key.
protected  ByteArrayAttribute RSAPublicKey.publicExponent_
          The public exponent (e) of this RSA key.
protected  ByteArrayAttribute KEAPublicKey.prime_
          The prime (p) of this KEA key.
protected  ByteArrayAttribute KEAPublicKey.subprime_
          The subprime (q) of this KEA key.
protected  ByteArrayAttribute KEAPublicKey.base_
          The base (g) of this KEA key.
protected  ByteArrayAttribute KEAPublicKey.value_
          The public value (y) of this KEA key.
protected  ByteArrayAttribute DHPrivateKey.prime_
          The prime (p) of this DH key.
protected  ByteArrayAttribute DHPrivateKey.base_
          The base (g) of this DH key.
protected  ByteArrayAttribute DHPrivateKey.value_
          The private value (x) of this DH key.
protected  ByteArrayAttribute DESSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute BatonSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute Clock.value_
          The value attribute of this clock; i.e.
protected  ByteArrayAttribute ECDSAPrivateKey.ecdsaParams_
          The DER-encoding of an X9.62 ECParameters value of this ECDSA key.
protected  ByteArrayAttribute ECDSAPrivateKey.value_
          The X9.62 private value (d) of this ECDSA key.
protected  ByteArrayAttribute X509AttributeCertificate.owner_
          The owner attribute of this certificate.
protected  ByteArrayAttribute X509AttributeCertificate.acIssuer_
          The owner attribute of this certificate.
protected  ByteArrayAttribute X509AttributeCertificate.serialNumber_
          The serial number attribute of this certificate.
protected  ByteArrayAttribute X509AttributeCertificate.attrTypes_
          The attribute types attribute of this certificate.
protected  ByteArrayAttribute X509AttributeCertificate.value_
          The value attribute of this certificate; i.e.
protected  ByteArrayAttribute RC4SecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute TwofishSecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute DES3SecretKey.value_
          The value attribute of this secret key.
protected  ByteArrayAttribute WTLSCertificate.subject_
          The subject attribute of this certificate.
protected  ByteArrayAttribute WTLSCertificate.issuer_
          The issuer attribute of this certificate.
protected  ByteArrayAttribute WTLSCertificate.value_
          The value attribute of this certificate; i.e.
protected  ByteArrayAttribute WTLSCertificate.hashOfSubjectPublicKey_
          SHA-1 hash of the subject public key.
protected  ByteArrayAttribute WTLSCertificate.hashOfIssuerPublicKey_
          SHA-1 hash of the issuer public key.
protected  ByteArrayAttribute X942DHPrivateKey.subprime_
          The subprime (q) of this X9.42 DH key.
 

Methods in iaik.pkcs.pkcs11.objects that return ByteArrayAttribute
 ByteArrayAttribute DSAParams.getPrime()
          Gets the prime attribute of this DSA key.
 ByteArrayAttribute DSAParams.getSubprime()
          Gets the subprime attribute of this DSA key.
 ByteArrayAttribute DSAParams.getBase()
          Gets the base attribute of this DSA key.
 ByteArrayAttribute UserInterface.getCharSets()
          Gets the char sets.
 ByteArrayAttribute UserInterface.getEncodingMethods()
          Gets the encoding methods.
 ByteArrayAttribute UserInterface.getMimeTypes()
          Gets the mime types.
 ByteArrayAttribute Key.getId()
          Gets the ID attribute of this key.
 ByteArrayAttribute SecretKey.getCheckValue()
          Gets the check value attribute of this key.
 ByteArrayAttribute GenericSecretKey.getValue()
          Gets the value attribute of this generic key.
 ByteArrayAttribute CAST3SecretKey.getValue()
          Gets the value attribute of this CAST3 key.
 ByteArrayAttribute BlowfishSecretKey.getValue()
          Gets the value attribute of this generic key.
 ByteArrayAttribute MonotonicCounter.getValue()
          Gets the value attribute of this monotonic counter object.
 ByteArrayAttribute PublicKey.getSubject()
          Gets the subject attribute of this key.
 ByteArrayAttribute SkipJackSecretKey.getValue()
          Gets the value attribute of this SkipJack key.
 ByteArrayAttribute DHPublicKey.getPrime()
          Gets the prime attribute of this DH key.
 ByteArrayAttribute DHPublicKey.getBase()
          Gets the base attribute of this DH key.
 ByteArrayAttribute DHPublicKey.getValue()
          Gets the value attribute of this DH key.
 ByteArrayAttribute X942DHPublicKey.getPrime()
          Gets the prime attribute of this X9.42 DH key.
 ByteArrayAttribute X942DHPublicKey.getBase()
          Gets the base attribute of this X9.42 DH key.
 ByteArrayAttribute X942DHPublicKey.getSubprime()
          Gets the subprime attribute of this X9.42 DH key.
 ByteArrayAttribute X942DHPublicKey.getValue()
          Gets the value attribute of this X9.42 DH key.
 ByteArrayAttribute AESSecretKey.getValue()
          Gets the value attribute of this AES key.
 ByteArrayAttribute DHParams.getPrime()
          Gets the prime attribute of this DH key.
 ByteArrayAttribute DHParams.getBase()
          Gets the base attribute of this DH key.
 ByteArrayAttribute X942DHParams.getPrime()
          Gets the prime attribute of this DH key.
 ByteArrayAttribute X942DHParams.getBase()
          Gets the base attribute of this DH key.
 ByteArrayAttribute X942DHParams.getSubprime()
          Gets the subprime attribute of this DH key.
 ByteArrayAttribute DES2SecretKey.getValue()
          Gets the value attribute of this 2DES key.
 ByteArrayAttribute PrivateKey.getSubject()
          Gets the subject attribute of this key.
 ByteArrayAttribute DSAPrivateKey.getPrime()
          Gets the prime attribute of this DSA key.
 ByteArrayAttribute DSAPrivateKey.getSubprime()
          Gets the subprime attribute of this DSA key.
 ByteArrayAttribute DSAPrivateKey.getBase()
          Gets the base attribute of this DSA key.
 ByteArrayAttribute DSAPrivateKey.getValue()
          Gets the value attribute of this DSA key.
 ByteArrayAttribute Data.getObjectID()
          Gets the object ID attribute of this data object.
 ByteArrayAttribute Data.getValue()
          Gets the value attribute of this data object.
 ByteArrayAttribute Certificate.getCheckValue()
          Gets the check value attribute of of the PKCS#11 certificate.
 ByteArrayAttribute KEAPrivateKey.getPrime()
          Gets the prime attribute of this KEA key.
 ByteArrayAttribute KEAPrivateKey.getSubprime()
          Gets the subprime attribute of this KEA key.
 ByteArrayAttribute KEAPrivateKey.getBase()
          Gets the base attribute of this KEA key.
 ByteArrayAttribute KEAPrivateKey.getValue()
          Gets the value attribute of this KEA key.
 ByteArrayAttribute X509PublicKeyCertificate.getSubject()
          Gets the subject attribute of this X.509 public key certificate.
 ByteArrayAttribute X509PublicKeyCertificate.getId()
          Gets the ID attribute of this X.509 public key certificate.
 ByteArrayAttribute X509PublicKeyCertificate.getIssuer()
          Gets the issuer attribute of this X.509 public key certificate.
 ByteArrayAttribute X509PublicKeyCertificate.getSerialNumber()
          Gets the serial number attribute of this X.509 public key certificate.
 ByteArrayAttribute X509PublicKeyCertificate.getValue()
          Gets the value attribute of this X.509 public key certificate.
 ByteArrayAttribute X509PublicKeyCertificate.getHashOfSubjectPublicKey()
          Gets the hash of subject public key attribute of this X.509 public key certificate.
 ByteArrayAttribute X509PublicKeyCertificate.getHashOfIssuerPublicKey()
          Gets the hash of issuer public key attribute of this X.509 public key certificate.
 ByteArrayAttribute CAST5SecretKey.getValue()
          Gets the value attribute of this CAST5 key.
 ByteArrayAttribute RC5SecretKey.getValue()
          Gets the value attribute of this RC5 key.
 ByteArrayAttribute IDEASecretKey.getValue()
          Gets the value attribute of this IDEA key.
 ByteArrayAttribute ECDSAPublicKey.getEcdsaParams()
          Gets the ECDSA parameters attribute of this ECDSA key.
 ByteArrayAttribute ECDSAPublicKey.getEcPoint()
          Gets the EC point attribute of this ECDSA key.
 ByteArrayAttribute RSAPrivateKey.getModulus()
          Gets the modulus attribute of this RSA key.
 ByteArrayAttribute RSAPrivateKey.getPublicExponent()
          Gets the public exponent attribute of this RSA key.
 ByteArrayAttribute RSAPrivateKey.getPrivateExponent()
          Gets the private exponent attribute of this RSA key.
 ByteArrayAttribute RSAPrivateKey.getPrime1()
          Gets the first prime attribute of this RSA key.
 ByteArrayAttribute RSAPrivateKey.getPrime2()
          Gets the second prime attribute of this RSA key.
 ByteArrayAttribute RSAPrivateKey.getExponent1()
          Gets the first exponent (d mod (p-1)) attribute of this RSA key.
 ByteArrayAttribute RSAPrivateKey.getExponent2()
          Gets the second exponent (d mod (q-1)) attribute of this RSA key.
 ByteArrayAttribute RSAPrivateKey.getCoefficient()
          Gets the coefficient (1/q mod (p)) attribute of this RSA key.
 ByteArrayAttribute JuniperSecretKey.getValue()
          Gets the value attribute of this Juniper key.
 ByteArrayAttribute CASTSecretKey.getValue()
          Gets the value attribute of this CAST5 key.
 ByteArrayAttribute DSAPublicKey.getPrime()
          Gets the prime attribute of this DSA key.
 ByteArrayAttribute DSAPublicKey.getSubprime()
          Gets the subprime attribute of this DSA key.
 ByteArrayAttribute DSAPublicKey.getBase()
          Gets the base attribute of this DSA key.
 ByteArrayAttribute DSAPublicKey.getValue()
          Gets the value attribute of this DSA key.
 ByteArrayAttribute CAST128SecretKey.getValue()
          Gets the value attribute of this CAST128 key.
 ByteArrayAttribute CDMFSecretKey.getValue()
          Gets the value attribute of this CDMF key.
 ByteArrayAttribute RC2SecretKey.getValue()
          Gets the value attribute of this RC2 key.
 ByteArrayAttribute RSAPublicKey.getModulus()
          Gets the modulus attribute of this RSA key.
 ByteArrayAttribute RSAPublicKey.getPublicExponent()
          Gets the public exponent attribute of this RSA key.
 ByteArrayAttribute KEAPublicKey.getPrime()
          Gets the prime attribute of this KEA key.
 ByteArrayAttribute KEAPublicKey.getSubprime()
          Gets the subprime attribute of this KEA key.
 ByteArrayAttribute KEAPublicKey.getBase()
          Gets the base attribute of this KEA key.
 ByteArrayAttribute KEAPublicKey.getValue()
          Gets the value attribute of this KEA key.
 ByteArrayAttribute DHPrivateKey.getPrime()
          Gets the prime attribute of this DH key.
 ByteArrayAttribute DHPrivateKey.getBase()
          Gets the base attribute of this DH key.
 ByteArrayAttribute DHPrivateKey.getValue()
          Gets the value attribute of this DH key.
 ByteArrayAttribute DESSecretKey.getValue()
          Gets the value attribute of this DES key.
 ByteArrayAttribute BatonSecretKey.getValue()
          Gets the value attribute of this BATON key.
 ByteArrayAttribute Clock.getValue()
          Gets the value attribute of this clock object.
 ByteArrayAttribute ECDSAPrivateKey.getEcdsaParams()
          Gets the ECDSA parameters attribute of this ECDSA key.
 ByteArrayAttribute ECDSAPrivateKey.getValue()
          Gets the value attribute of this ECDSA key.
 ByteArrayAttribute X509AttributeCertificate.getOwner()
          Gets the owner attribute of this X.509 attribute certificate.
 ByteArrayAttribute X509AttributeCertificate.getAcIssuer()
          Gets the attribute certificate issuer attribute of this X.509 attribute certificate.
 ByteArrayAttribute X509AttributeCertificate.getSerialNumber()
          Gets the serial number attribute of this X.509 attribute certificate.
 ByteArrayAttribute X509AttributeCertificate.getAttrTypes()
          Gets the attribute types attribute of this X.509 attribute certificate.
 ByteArrayAttribute X509AttributeCertificate.getValue()
          Gets the value attribute of this X.509 attribute certificate.
 ByteArrayAttribute RC4SecretKey.getValue()
          Gets the value attribute of this RC4 key.
 ByteArrayAttribute TwofishSecretKey.getValue()
          Gets the value attribute of this generic key.
 ByteArrayAttribute DES3SecretKey.getValue()
          Gets the value attribute of this Triple-DES key.
 ByteArrayAttribute WTLSCertificate.getSubject()
          Gets the subject attribute of this WTLS public key certificate.
 ByteArrayAttribute WTLSCertificate.getIssuer()
          Gets the issuer attribute of this WTLS public key certificate.
 ByteArrayAttribute WTLSCertificate.getValue()
          Gets the value attribute of this WTLS public key certificate.
 ByteArrayAttribute WTLSCertificate.getHashOfSubjectPublicKey()
          Gets the hash of subject public key attribute of this WTLS public key certificate.
 ByteArrayAttribute WTLSCertificate.getHashOfIssuerPublicKey()
          Gets the hash of issuer public key attribute of this WTLS public key certificate.
 ByteArrayAttribute X942DHPrivateKey.getPrime()
          Gets the prime attribute of this X9.42 DH key.
 ByteArrayAttribute X942DHPrivateKey.getBase()
          Gets the base attribute of this X9.42 DH key.
 ByteArrayAttribute X942DHPrivateKey.getSubprime()
          Gets the subprime attribute of this X9.42 DH key.
 ByteArrayAttribute X942DHPrivateKey.getValue()
          Gets the value attribute of this X9.42 DH key.
 


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