Class RevocationReasonAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,RevocationReason>
-
- org.mozilla.jss.netscape.security.x509.RevocationReasonAdapter
-
@Deprecated public class RevocationReasonAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,RevocationReason>
Deprecated.Use the revocation reason code or label instead.The RevocationReasonAdapter class provides custom marshaling for RevocationReason.
-
-
Constructor Summary
Constructors Constructor Description RevocationReasonAdapter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
marshal(RevocationReason value)
Deprecated.RevocationReason
unmarshal(java.lang.String value)
Deprecated.
-
-
-
Method Detail
-
unmarshal
public RevocationReason unmarshal(java.lang.String value) throws java.lang.Exception
Deprecated.- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,RevocationReason>
- Throws:
java.lang.Exception
-
marshal
public java.lang.String marshal(RevocationReason value) throws java.lang.Exception
Deprecated.- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,RevocationReason>
- Throws:
java.lang.Exception
-
-