Uses of Interface
org.xlattice.DigSigner

Packages that use DigSigner
org.xlattice This package contains abstractions for all of the basic types dealt with in XLattice. 
 

Uses of DigSigner in org.xlattice
 

Methods in org.xlattice that return DigSigner
 DigSigner Node.getSigner()
           
 DigSigner Key.getSigner(java.lang.String digestName)
          Given a message digest algorithm, return a reference to a digital signature generator suitable for this key.
 DigSigner DigSigner.update(byte[] data)
          Add the binary data referenced to any already processed by the message digest part of the algorithm.
 DigSigner DigSigner.update(byte[] data, int offset, int len)