Uses of Record Class
com.mojang.authlib.yggdrasil.response.KeyPairResponse.KeyPair
Packages that use KeyPairResponse.KeyPair
-
Uses of KeyPairResponse.KeyPair in com.mojang.authlib.yggdrasil.response
Fields in com.mojang.authlib.yggdrasil.response declared as KeyPairResponse.KeyPairModifier and TypeFieldDescriptionprivate final KeyPairResponse.KeyPairKeyPairResponse.keyPairThe field for thekeyPairrecord component.Methods in com.mojang.authlib.yggdrasil.response that return KeyPairResponse.KeyPairModifier and TypeMethodDescriptionKeyPairResponse.keyPair()Returns the value of thekeyPairrecord component.Constructors in com.mojang.authlib.yggdrasil.response with parameters of type KeyPairResponse.KeyPairModifierConstructorDescriptionKeyPairResponse(KeyPairResponse.KeyPair keyPair, ByteBuffer publicKeySignature, String expiresAt, String refreshedAfter) Creates an instance of aKeyPairResponserecord class.