@Immutable public final class X500PrincipalXmlAdapter extends XmlAdapter<String,X500Principal>
X500Principals for use with JaxbCodec.
This type of XML adapter is used for V2/XML format license keys.
| Constructor and Description |
|---|
X500PrincipalXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(X500Principal principal) |
X500Principal |
unmarshal(String name) |
public String marshal(X500Principal principal)
marshal in class XmlAdapter<String,X500Principal>public X500Principal unmarshal(String name)
unmarshal in class XmlAdapter<String,X500Principal>Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.