Class KeyPairCache.KeyPairCacheEntry

  • Enclosing class:
    KeyPairCache

    static class KeyPairCache.KeyPairCacheEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long created_at  
      private java.security.KeyPair keys  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyPairCacheEntry​(java.security.KeyPair keys, long created_at)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCreatedAt()  
      java.security.KeyPair getKeyPair()  
      • Methods inherited from class java.lang.Object

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

      • created_at

        private long created_at
      • keys

        private java.security.KeyPair keys
    • Constructor Detail

      • KeyPairCacheEntry

        public KeyPairCacheEntry​(java.security.KeyPair keys,
                                 long created_at)
    • Method Detail

      • getCreatedAt

        public long getCreatedAt()
      • getKeyPair

        public java.security.KeyPair getKeyPair()