org.avis.security
Class DualKeyScheme

java.lang.Object
  extended by org.avis.security.KeyScheme
      extended by org.avis.security.DualKeyScheme

public final class DualKeyScheme
extends KeyScheme

A key scheme that requires a pair of keys. e.g. SHA-1 Dual.

Author:
Matthew Phillips

Nested Class Summary
static class DualKeyScheme.Subset
          Specifies which of the two subsets of a dual scheme a key is part of: the producer subset (for sending notifications) or consumer subset (for receiving notifications).
 
Field Summary
 
Fields inherited from class org.avis.security.KeyScheme
consumer, id, keyHash, name, producer, SHA1_CONSUMER, SHA1_DUAL, SHA1_PRODUCER
 
Method Summary
 
Methods inherited from class org.avis.security.KeyScheme
equals, hashCode, isDual, publicKeyFor, schemeFor, schemes, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 



Copyright © 2008 Matthew Phillips. All Rights Reserved.