LimeWire Consolidated API

org.limewire.security
Interface SecureMessageVerifier

All Known Implementing Classes:
SecureMessageVerifierImpl

public interface SecureMessageVerifier

Defines the interface to handle message verification.


Method Summary
 void verify(PublicKey pubKey, String algorithm, SecureMessage sm, SecureMessageCallback smc)
          Queues this SecureMessage for verification.
 void verify(SecureMessage sm, SecureMessageCallback smc)
          Queues this SecureMessage for verification.
 void verify(Verifier verifier)
          Enqueues a custom Verifier.
 

Method Detail

verify

void verify(SecureMessage sm,
            SecureMessageCallback smc)
Queues this SecureMessage for verification. The callback will be notified of success or failure.


verify

void verify(PublicKey pubKey,
            String algorithm,
            SecureMessage sm,
            SecureMessageCallback smc)
Queues this SecureMessage for verification. The callback will be notified of success or failure.


verify

void verify(Verifier verifier)
Enqueues a custom Verifier.


LimeWire Consolidated API

Copyright © 2009. All Rights Reserved.