public static final class CipherHandler.WithEncryptionHeader<T> extends Object
Constructor and Description |
---|
WithEncryptionHeader(T result,
EncryptionHeader encryptionHeader) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
EncryptionHeader |
getEncryptionHeader() |
T |
getResult() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"result","encryptionHeader"}) public WithEncryptionHeader(T result, EncryptionHeader encryptionHeader)
public T getResult()
public EncryptionHeader getEncryptionHeader()
Copyright © 2016–2024. All rights reserved.