Class KeySpec


  • public class KeySpec
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  KeySpec.Deferred  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeySpec​(boolean defaultValue)  
      KeySpec​(byte defaultValue)  
      KeySpec​(int defaultValue)  
      KeySpec​(java.lang.Object defaultValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object defaultValue()  
      • Methods inherited from class java.lang.Object

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

      • KeySpec

        public KeySpec​(byte defaultValue)
      • KeySpec

        public KeySpec​(int defaultValue)
      • KeySpec

        public KeySpec​(boolean defaultValue)
      • KeySpec

        public KeySpec​(java.lang.Object defaultValue)
    • Method Detail

      • defaultValue

        public java.lang.Object defaultValue()