Package org.xipki.ca.gateway.acme.type
Class Identifier
- java.lang.Object
-
- org.xipki.ca.gateway.acme.type.Identifier
-
public class Identifier extends java.lang.Object- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description Identifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()java.lang.StringgetValue()voidsetType(java.lang.String type)voidsetValue(java.lang.String value)AcmeIdentifiertoAcmeIdentifier()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
toAcmeIdentifier
public AcmeIdentifier toAcmeIdentifier()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-