Class KeyArrayResult


  • public class KeyArrayResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyArrayResult​(byte[] keyBytes, int[] keyLengths)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<byte[]> getKeys()  
      • Methods inherited from class java.lang.Object

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

      • KeyArrayResult

        public KeyArrayResult​(byte[] keyBytes,
                              int[] keyLengths)
    • Method Detail

      • getKeys

        public java.util.List<byte[]> getKeys()