Name

Description

Synopsis

This interface is common to all cryptographic operations within this package; it allows all of the operations to be identified by the names of the algorithms they implement.

public interface Description {
// Public Instance Methods
   public abstract void clearDebug();  
   public abstract String getAlgorithmName();  
   public abstract void setDebug();  
}

Implementations

jxta.security.cipher.Cipher, jxta.security.hash.Hash, jxta.security.keyexchange.KeyExchange, jxta.security.mac.MAC, jxta.security.publickey.PublicKeyAlgorithm, jxta.security.publickey.RSAPrivateKey, jxta.security.signature.Signature

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.