Class AesKeyProducer

  • All Implemented Interfaces:
    KeyProducer

    public final class AesKeyProducer
    extends java.lang.Object
    implements KeyProducer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int KEY_SIZE  
    • Constructor Summary

      Constructors 
      Constructor Description
      AesKeyProducer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.crypto.SecretKey produce()  
      javax.crypto.SecretKey produceFrom​(byte[] keyFileData)  
      • Methods inherited from class java.lang.Object

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

      • KEY_SIZE

        public static int KEY_SIZE
    • Constructor Detail

      • AesKeyProducer

        public AesKeyProducer()
    • Method Detail

      • produce

        public javax.crypto.SecretKey produce()
        Specified by:
        produce in interface KeyProducer
      • produceFrom

        public javax.crypto.SecretKey produceFrom​(byte[] keyFileData)
        Specified by:
        produceFrom in interface KeyProducer