Package org.xipki.ca.gateway.acme
Class AcmeIdentifier
- java.lang.Object
-
- org.xipki.ca.gateway.acme.AcmeIdentifier
-
public class AcmeIdentifier extends Object
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description AcmeIdentifier(String type, String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AcmeIdentifierdecode(Map<String,Object> encoded)Map<String,String>encode()booleanequals(Object other)StringgetType()StringgetValue()IdentifiertoIdentifier()
-
-
-
Method Detail
-
getType
public String getType()
-
getValue
public String getValue()
-
decode
public static AcmeIdentifier decode(Map<String,Object> encoded)
-
toIdentifier
public Identifier toIdentifier()
-
-