Class Content
java.lang.Object
com.nimbusds.openid.connect.sdk.assurance.evidences.attachment.Content
Content with type and optional description.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Content
public Content(com.nimbusds.common.contenttype.ContentType type, com.nimbusds.jose.util.Base64 base64, String description) Creates a new content instance.- Parameters:
type- The content type. Must not benull.base64- The BASE64-encoded content. Must not benull.description- The optional description,nullif not specified.
-
-
Method Details
-
getType
Returns the content type.- Returns:
- The content type.
-
getBase64
Returns the BASE64-encoded content.- Returns:
- The BASE64-encoded content.
-
getDescription
Returns the optional description.- Returns:
- The optional description,
nullif not specified.
-
equals
-
hashCode
-