public class ByteAttributeValue extends Object implements IdPAttributeValue<byte[]>
byte[] value for an IdPAttribute.| Modifier and Type | Field and Description |
|---|---|
private byte[] |
value
Value of the attribute.
|
| Constructor and Description |
|---|
ByteAttributeValue(byte[] attributeValue)
Constructor.
|
public ByteAttributeValue(@Nonnull byte[] attributeValue)
attributeValue - value of the attributepublic final byte[] getValue()
getValue in interface IdPAttributeValue<byte[]>@Nonnull public String toHex()
@Nonnull public String toBase64()
Copyright © 1999–2014. All rights reserved.