
Package org.hl7.fhir.r5.elementmodel
Class SHCParser.SHCSignedJWT
java.lang.Object
com.nimbusds.jose.JOSEObject
com.nimbusds.jose.JWSObject
com.nimbusds.jwt.SignedJWT
org.hl7.fhir.r5.elementmodel.SHCParser.SHCSignedJWT
- All Implemented Interfaces:
com.nimbusds.jwt.JWT,Serializable
- Enclosing class:
SHCParser
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.nimbusds.jose.JWSObject
com.nimbusds.jose.JWSObject.State -
Field Summary
Fields inherited from class com.nimbusds.jose.JOSEObject
MIME_TYPE_COMPACT, MIME_TYPE_JS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nimbusds.jwt.SignedJWT
parse, setPayloadMethods inherited from class com.nimbusds.jose.JWSObject
getHeader, getSignature, getSigningInput, getState, parse, serialize, serialize, sign, verifyMethods inherited from class com.nimbusds.jose.JOSEObject
getParsedParts, getParsedString, getPayload, setParsedParts, splitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.nimbusds.jwt.JWT
getHeader, getParsedParts, getParsedString, serialize
-
Constructor Details
-
SHCSignedJWT
- Throws:
ParseException
-
-
Method Details
-
getJWTClaimsSet
- Specified by:
getJWTClaimsSetin interfacecom.nimbusds.jwt.JWT- Overrides:
getJWTClaimsSetin classcom.nimbusds.jwt.SignedJWT
-