public class JWEHeader extends Object implements Serializable
Constructor and Description |
---|
JWEHeader() |
JWEHeader(String algorithm,
String encryptionAlgorithm,
String compressionAlgorithm) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getCompressionAlgorithm() |
String |
getContentType() |
String |
getEncryptionAlgorithm() |
String |
getKeyId() |
String |
getType() |
String |
toString() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.