Class XteaKeyManager

  • All Implemented Interfaces:
    KeyProvider

    public class XteaKeyManager
    extends java.lang.Object
    implements KeyProvider
    • Constructor Summary

      Constructors 
      Constructor Description
      XteaKeyManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getKey​(int region)  
      void loadKeys​(java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

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

      • XteaKeyManager

        public XteaKeyManager()
    • Method Detail

      • loadKeys

        public void loadKeys​(java.io.InputStream in)
      • getKey

        public int[] getKey​(int region)
        Specified by:
        getKey in interface KeyProvider