Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.digests
Class SkeinEngine.Parameter

java.lang.Object
  |
  +--org.bouncycastle.crypto.digests.SkeinEngine.Parameter
Enclosing class:
SkeinEngine

public static class SkeinEngine.Parameter
extends java.lang.Object


Constructor Summary
SkeinEngine.Parameter(int type, byte[] value)
           
 
Method Summary
 int getType()
           
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkeinEngine.Parameter

public SkeinEngine.Parameter(int type,
                             byte[] value)
Method Detail

getType

public int getType()

getValue

public byte[] getValue()

Bouncy Castle Cryptography Library 1.77.0