Package org.cxml
Class CredentialMac
java.lang.Object
org.cxml.CredentialMac
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.Gets the value of the creationDate property.Gets the value of the expirationDate property.getType()Gets the value of the type property.getvalue()Gets the value of the value property.voidsetAlgorithm(String value) Sets the value of the algorithm property.voidsetCreationDate(String value) Sets the value of the creationDate property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.voidSets the value of the type property.voidSets the value of the value property.
-
Field Details
-
type
-
algorithm
-
creationDate
-
expirationDate
-
value
-
-
Constructor Details
-
CredentialMac
public CredentialMac()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
getCreationDate
Gets the value of the creationDate property.- Returns:
- possible object is
String
-
setCreationDate
Sets the value of the creationDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-