Cryptix OpenPGP

Uses of Class
cryptix.pki.KeyID

Packages that use KeyID
cryptix.message The Cryptix Message API. 
cryptix.message.stream The Cryptix Message Streaming API. 
cryptix.openpgp OpenPGP specific extensions to the Message and PKI API's. 
cryptix.pki The Cryptix PKI API. 
 

Uses of KeyID in cryptix.message
 

Methods in cryptix.message that return KeyID
abstract  KeyID[] SignedMessage.getKeyIDHints()
          Returns hints for which key was used to sign this message
abstract  KeyID[] EncryptedMessage.getKeyIDHints()
          Returns hints for which keys can be used to decrypt this message
 

Uses of KeyID in cryptix.message.stream
 

Methods in cryptix.message.stream that return KeyID
 KeyID[] VerificationKeyRequest.getKeyIDHints()
          Returns an array of key id's that could possible have signed the message or null if no such information is available.
 KeyID[] DecryptionKeyRequest.getKeyIDHints()
          Returns an array of key id's that could possible have encrypted the message or null if no such information is available.
 

Constructors in cryptix.message.stream with parameters of type KeyID
VerificationKeyRequest(KeyID[] keyidhints, int retrycount, VerificationKeyReturnValue lastresult)
           
DecryptionKeyRequest(KeyID[] keyidhints, int retrycount, DecryptionKeyReturnValue lastresult)
           
 

Uses of KeyID in cryptix.openpgp
 

Methods in cryptix.openpgp that return KeyID
abstract  KeyID PGPCertificate.getIssuerKeyID()
          Returns the keyID of the key issuing the certificate.
 

Methods in cryptix.openpgp with parameters of type KeyID
 void PGPAbstractV3SignatureParameterBuilder.setIssuerKeyID(KeyID issuerkeyid)
          Set the issuer key id
 void PGPAbstractSignatureParameterBuilder.setIssuerKeyID(KeyID issuerkeyid)
          Set the issuer key id
 

Constructors in cryptix.openpgp with parameters of type KeyID
PGPSelfCertificateParameterBuilder(KeyID issuerkeyid)
           
PGPLegacySelfCertificateParameterBuilder(KeyID issuerkeyid)
           
PGPLegacyCertificateParameterBuilder(KeyID issuerkeyid)
           
PGPCertificateParameterBuilder(KeyID issuerkeyid)
           
PGPAbstractV3SignatureParameterBuilder(KeyID issuerkeyid, byte sigtype)
          Construct a new PGPAbstractV3SignatureParameterBuilder using the given issuer key id and signature type byte.
PGPAbstractSignatureParameterBuilder(KeyID issuerkeyid, byte sigtype)
          Construct a new PGPAbstractSignatureParameterBuilder using the given issuer key id and signature type byte.
 

Uses of KeyID in cryptix.pki
 

Methods in cryptix.pki that return KeyID
abstract  KeyID KeyIDFactorySpi.engineGenerateKeyID(java.security.Key key)
          Generates a KeyID from a key.
 KeyID KeyIDFactory.generateKeyID(java.security.Key key)
          Generates a KeyID from a key.
 

Methods in cryptix.pki with parameters of type KeyID
abstract  boolean KeyID.match(KeyID other)
          Matches this keyID to another.
 


Cryptix OpenPGP

Copyright (C) 1999-2003 The Cryptix Foundation Ltd.