Class KeyStoreType
- java.lang.Object
-
- network.oxalis.commons.certvalidator.jaxb.KeyStoreType
-
public class KeyStoreType extends Object
Java class for KeyStoreType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyStoreType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description KeyStoreType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.StringgetPassword()Gets the value of the password property.byte[]getValue()Gets the value of the value property.voidsetName(String value)Sets the value of the name property.voidsetPassword(String value)Sets the value of the password property.voidsetValue(byte[] value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public byte[] getValue()
Gets the value of the value property.- Returns:
- possible object is byte[]
-
setValue
public void setValue(byte[] value)
Sets the value of the value property.- Parameters:
value- allowed object is byte[]
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPassword
public String getPassword()
Gets the value of the password property.- Returns:
- possible object is
String
-
-