Class EssSecurityLabel
- java.lang.Object
-
- rocks.xmpp.extensions.seclabel.model.ess.EssSecurityLabel
-
public final class EssSecurityLabel extends Object
The implementation of the<esssecuritylabel/>
element in theurn:xmpp:sec-label:ess:0
namespace.- See Also:
- XEP-0258: Security Labels in XMPP, XML Schema, RFC 2634
-
-
Constructor Summary
Constructors Constructor Description EssSecurityLabel(byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getValue()
The BER/DER encoding of an ASN.1 ESSSecurityLabel type as defined in RFC 2634.
-