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
Gets the value of the hosts property.- Returns:
- possible object is
Hosts
-
setHosts
Sets the value of the hosts property.- Parameters:
value- allowed object isHosts
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPublicKeyPath
Gets the value of the publicKeyPath property.- Returns:
- possible object is
String
-
setPublicKeyPath
Sets the value of the publicKeyPath property.- Parameters:
value- allowed object isString
-
getPrivateKeyPath
Gets the value of the privateKeyPath property.- Returns:
- possible object is
String
-
setPrivateKeyPath
Sets the value of the privateKeyPath property.- Parameters:
value- allowed object isString
-