-
- All Known Subinterfaces:
Address
- All Known Implementing Classes:
BitString,DtlsAddress,GenericAddress,IpAddress,OctetString,Opaque,SMIAddress,TcpAddress,TlsAddress,TransportIpAddress,TsmSecurityParameters,UdpAddress,VariantVariable
public interface AssignableFromByteArrayTheAssignableFromByteArrayinterface describes objects whose value can be set from a byte array and converted back to a byte array.- Since:
- 1.7
- Version:
- 1.8
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetValue(byte[] value)Sets the value of this object from the supplied byte array.byte[]toByteArray()Returns the value of this object as a byte array.
-