Bouncy Castle Cryptography Library 1.79

org.bouncycastle.crypto.digests
Class XofUtils

java.lang.Object
  |
  +--org.bouncycastle.crypto.digests.XofUtils

public class XofUtils
extends java.lang.Object


Constructor Summary
XofUtils()
           
 
Method Summary
static byte[] leftEncode(long strLen)
           
static byte[] rightEncode(long strLen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XofUtils

public XofUtils()
Method Detail

leftEncode

public static byte[] leftEncode(long strLen)

rightEncode

public static byte[] rightEncode(long strLen)

Bouncy Castle Cryptography Library 1.79