Class KeyRecord

java.lang.Object
org.gridgain.internal.security.key.store.KeyRecord

public class KeyRecord extends Object
Key record.
  • Constructor Details

    • KeyRecord

      public KeyRecord(byte[] key, Instant issuedAt, Instant expirationTime)
      Constructor.
      Parameters:
      key - Key.
      issuedAt - Issued at.
      expirationTime - Expiration time.
  • Method Details

    • key

      public byte[] key()
    • issuedAt

      public Instant issuedAt()
    • expirationTime

      public Instant expirationTime()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object