Package org.bouncycastle.tls
Class KeyUpdateRequest
- java.lang.Object
-
- org.bouncycastle.tls.KeyUpdateRequest
-
public class KeyUpdateRequest extends java.lang.Object
RFC 8446 4.6.3
-
-
Field Summary
Fields Modifier and Type Field Description static short
update_not_requested
static short
update_requested
-
Constructor Summary
Constructors Constructor Description KeyUpdateRequest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(short keyUpdateRequest)
static java.lang.String
getText(short keyUpdateRequest)
static boolean
isValid(short keyUpdateRequest)
-
-
-
Field Detail
-
update_not_requested
public static final short update_not_requested
- See Also:
- Constant Field Values
-
update_requested
public static final short update_requested
- See Also:
- Constant Field Values
-
-