Class Certificate
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.Certificate
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:com.io7m.certusine:configuration:1}Hosts"/>
</sequence>
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="PublicKeyPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="PrivateKeyPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHosts()Gets the value of the hosts property.getName()Gets the value of the name property.Gets the value of the privateKeyPath property.Gets the value of the publicKeyPath property.voidSets the value of the hosts property.voidSets the value of the name property.voidsetPrivateKeyPath(String value) Sets the value of the privateKeyPath property.voidsetPublicKeyPath(String value) Sets the value of the publicKeyPath property.
-
Field Details
-
hosts
-
name
-
publicKeyPath
-
privateKeyPath
-
-
Constructor Details
-
Certificate
public Certificate()
-
-
Method Details
-
getHosts
-
setHosts
-
getName
-
setName
-
getPublicKeyPath
-
setPublicKeyPath
-
getPrivateKeyPath
-
setPrivateKeyPath
-