public interface CipherValue
CipherValue is the wrapper for cipher text.| Modifier and Type | Method | Description |
|---|---|---|
String |
getValue() |
Returns the Base 64 encoded, encrypted octets that is the
CipherValue. |
void |
setValue(String value) |
Sets the Base 64 encoded, encrypted octets that is the
CipherValue. |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.