Package com.netscape.certsrv.authority
Class AuthorityData
- java.lang.Object
-
- com.netscape.certsrv.authority.AuthorityData
-
public class AuthorityData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
description
protected java.lang.String
dn
protected java.lang.Boolean
enabled
protected java.lang.String
id
protected java.lang.Boolean
isHostAuthority
protected java.lang.String
issuerDN
protected Link
link
static javax.xml.bind.Marshaller
marshaller
protected java.lang.String
parentID
protected java.lang.Boolean
ready
Whether the CA is ready to perform signing operations.protected java.math.BigInteger
serial
static javax.xml.bind.Unmarshaller
unmarshaller
-
Constructor Summary
Constructors Modifier Constructor Description protected
AuthorityData()
AuthorityData(java.lang.Boolean isHostAuthority, java.lang.String dn, java.lang.String id, java.lang.String parentID, java.lang.String issuerDN, java.math.BigInteger serial, java.lang.Boolean enabled, java.lang.String description, java.lang.Boolean ready)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getDN()
java.lang.Boolean
getEnabled()
java.lang.String
getID()
java.lang.Boolean
getIsHostAuthority()
java.lang.String
getIssuerDN()
Link
getLink()
java.lang.String
getParentID()
java.lang.Boolean
getReady()
java.math.BigInteger
getSerial()
void
setLink(Link link)
-
-
-
Field Detail
-
marshaller
public static javax.xml.bind.Marshaller marshaller
-
unmarshaller
public static javax.xml.bind.Unmarshaller unmarshaller
-
isHostAuthority
protected java.lang.Boolean isHostAuthority
-
id
protected java.lang.String id
-
parentID
protected java.lang.String parentID
-
issuerDN
protected java.lang.String issuerDN
-
serial
protected java.math.BigInteger serial
-
dn
protected java.lang.String dn
-
enabled
protected java.lang.Boolean enabled
-
description
protected java.lang.String description
-
ready
protected java.lang.Boolean ready
Whether the CA is ready to perform signing operations. This is a read-only attribute; it cannot be set by the user.
-
link
protected Link link
-
-
Constructor Detail
-
AuthorityData
protected AuthorityData()
-
AuthorityData
public AuthorityData(java.lang.Boolean isHostAuthority, java.lang.String dn, java.lang.String id, java.lang.String parentID, java.lang.String issuerDN, java.math.BigInteger serial, java.lang.Boolean enabled, java.lang.String description, java.lang.Boolean ready)
-
-
Method Detail
-
getIsHostAuthority
public java.lang.Boolean getIsHostAuthority()
-
getID
public java.lang.String getID()
-
getParentID
public java.lang.String getParentID()
-
getIssuerDN
public java.lang.String getIssuerDN()
-
getSerial
public java.math.BigInteger getSerial()
-
getDN
public java.lang.String getDN()
-
getEnabled
public java.lang.Boolean getEnabled()
-
getDescription
public java.lang.String getDescription()
-
getReady
public java.lang.Boolean getReady()
-
getLink
public Link getLink()
-
setLink
public void setLink(Link link)
-
-