Uses of Class
org.avis.security.DualKeyScheme.Subset

Packages that use DualKeyScheme.Subset
org.avis.security   
 

Uses of DualKeyScheme.Subset in org.avis.security
 

Methods in org.avis.security that return DualKeyScheme.Subset
static DualKeyScheme.Subset DualKeyScheme.Subset.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DualKeyScheme.Subset[] DualKeyScheme.Subset.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.avis.security with parameters of type DualKeyScheme.Subset
 void Keys.add(DualKeyScheme scheme, DualKeyScheme.Subset subset, Key key)
          Add a key for dual key scheme.
 void Keys.remove(DualKeyScheme scheme, DualKeyScheme.Subset subset, Key key)
          Remove a key for dual key scheme.
 



Copyright © 2008 Matthew Phillips. All Rights Reserved.