Class PublicProfileKey

java.lang.Object
com.github.retrooper.packetevents.protocol.player.PublicProfileKey

public class PublicProfileKey extends Object
  • Constructor Details

    • PublicProfileKey

      public PublicProfileKey(Instant expiresAt, PublicKey key, byte[] keySignature)
  • Method Details

    • getExpiresAt

      public Instant getExpiresAt()
    • getKey

      public PublicKey getKey()
    • getKeySignature

      public byte[] getKeySignature()
    • hasExpired

      public boolean hasExpired()