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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getValue()
Gets the value of this attribute.
|
int |
hashCode() |
String |
toBase64()
Gets this value as a Base64-encoded string.
|
String |
toHex()
Get this value as a hex-encoded string.
|
String |
toString() |
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.