Class SkeinEngine.Parameter

  • Enclosing class:
    SkeinEngine

    public static class SkeinEngine.Parameter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter​(int type, byte[] value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getType()  
      byte[] getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parameter

        public Parameter​(int type,
                         byte[] value)
    • Method Detail

      • getType

        public int getType()
      • getValue

        public byte[] getValue()