Uses of Enum
com.authlete.cose.COSEMessageType
Packages that use COSEMessageType
-
Uses of COSEMessageType in com.authlete.cose
Subclasses with type arguments of type COSEMessageType in com.authlete.coseMethods in com.authlete.cose that return COSEMessageTypeModifier and TypeMethodDescriptionCOSEMessage.getType()
Get the type of this COSE message.static COSEMessageType
Returns the enum constant of this type with the specified name.static COSEMessageType[]
COSEMessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.authlete.cose with parameters of type COSEMessageTypeModifierConstructorDescriptionCOSEMessage
(COSEMessageType type, COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem content, CBORItem... additionalItems) A constructor.