Secure iNet Factory

com.jscape.inet.ssh.transport.mac
Class NullMac

java.lang.Object
  extended by javax.crypto.Mac
      extended by com.jscape.inet.ssh.transport.mac.NullMac
All Implemented Interfaces:
java.lang.Cloneable

public class NullMac
extends javax.crypto.Mac

Represents mac with SSH-name "none". By default it does nothing with incoming data.

Version:
1.0
Author:
Alex Usun

Constructor Summary
NullMac()
          Creates a new MAC object.
 
Method Summary
 
Methods inherited from class javax.crypto.Mac
clone, doFinal, doFinal, doFinal, getAlgorithm, getInstance, getInstance, getInstance, getMacLength, getProvider, init, init, reset, update, update, update, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullMac

public NullMac()
Creates a new MAC object.


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved