Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
O
P
S
T
V
A
Address
- Class in
org.nhindirect.config.model
A configured address or endpoint in the system.
Address()
- Constructor for class org.nhindirect.config.model.
Address
Construct an Address.
Anchor
- Class in
org.nhindirect.config.model
A trust anchor used for discerning trust of an end entity certificates.
Anchor()
- Constructor for class org.nhindirect.config.model.
Anchor
Empty constructor.
B
BundleRefreshError
- Enum in
org.nhindirect.config.model
Enumeration of status for refresh error for trust bundles.
C
certFromFile(String)
- Method in class org.nhindirect.config.model.utils.
CertUtils
Creates an X509Certificate object from an existing file.
Certificate
- Class in
org.nhindirect.config.model
An end entity X509 certificate.
Certificate()
- Constructor for class org.nhindirect.config.model.
Certificate
Empty contstructor.
CertificateConversionException
- Exception in
org.nhindirect.config.model.exceptions
Thrown if errors occurring during the conversions of certificates from one representation to another.
CertificateConversionException()
- Constructor for exception org.nhindirect.config.model.exceptions.
CertificateConversionException
Empty constructor
CertificateConversionException(String)
- Constructor for exception org.nhindirect.config.model.exceptions.
CertificateConversionException
CertificateConversionException(String, Throwable)
- Constructor for exception org.nhindirect.config.model.exceptions.
CertificateConversionException
CertificateConversionException(Throwable)
- Constructor for exception org.nhindirect.config.model.exceptions.
CertificateConversionException
CertPolicy
- Class in
org.nhindirect.config.model
Certificate policy.
CertPolicy()
- Constructor for class org.nhindirect.config.model.
CertPolicy
Empty constructor
CertPolicyGroup
- Class in
org.nhindirect.config.model
Certificate policy group.
CertPolicyGroup()
- Constructor for class org.nhindirect.config.model.
CertPolicyGroup
Empty constructor
CertPolicyGroupDomainReltn
- Class in
org.nhindirect.config.model
Certificate policy/group relationships.
CertPolicyGroupDomainReltn()
- Constructor for class org.nhindirect.config.model.
CertPolicyGroupDomainReltn
Empty constructor.
CertPolicyGroupUse
- Class in
org.nhindirect.config.model
Certificate policy usages.
CertPolicyGroupUse()
- Constructor for class org.nhindirect.config.model.
CertPolicyGroupUse
Empty constructor
CertPolicyUse
- Enum in
org.nhindirect.config.model
Enumeration of certificate policy usages.
CertUtils
- Class in
org.nhindirect.config.model.utils
Certificate utility methods.
CertUtils()
- Constructor for class org.nhindirect.config.model.utils.
CertUtils
CertUtils.CertContainer
- Class in
org.nhindirect.config.model.utils
CertUtils.CertContainer(X509Certificate, Key)
- Constructor for class org.nhindirect.config.model.utils.
CertUtils.CertContainer
changePkcs12Protection(byte[], char[], char[], char[], char[])
- Static method in class org.nhindirect.config.model.utils.
CertUtils
Modifies the keystore and private key protection on a PKCS12 keystore.
createARecord(String, long, String)
- Static method in class org.nhindirect.config.model.utils.
DNSUtils
Creates a DNS A type record.
createMXRecord(String, String, long, int)
- Static method in class org.nhindirect.config.model.utils.
DNSUtils
Creates a DNS MX record.
createSOARecord(String, long, String, String, int, long, long, long, long)
- Static method in class org.nhindirect.config.model.utils.
DNSUtils
Create a DNS SOA record.
createSRVRecord(String, String, long, int, int, int)
- Static method in class org.nhindirect.config.model.utils.
DNSUtils
Create a DNS SRV type record.
createX509CERTRecord(String, long, X509Certificate)
- Static method in class org.nhindirect.config.model.utils.
DNSUtils
Creates a DNS CERT record containing an X509 public certificate.
D
DNSRecord
- Class in
org.nhindirect.config.model
DNS Records
DNSRecord()
- Constructor for class org.nhindirect.config.model.
DNSRecord
Empty constructor
DNSRecordCreationException
- Exception in
org.nhindirect.config.model.exceptions
Thrown if errors occurring during the conversions of DNS records to other representations.
DNSRecordCreationException()
- Constructor for exception org.nhindirect.config.model.exceptions.
DNSRecordCreationException
Empty constructor
DNSRecordCreationException(String)
- Constructor for exception org.nhindirect.config.model.exceptions.
DNSRecordCreationException
DNSRecordCreationException(String, Throwable)
- Constructor for exception org.nhindirect.config.model.exceptions.
DNSRecordCreationException
DNSRecordCreationException(Throwable)
- Constructor for exception org.nhindirect.config.model.exceptions.
DNSRecordCreationException
DNSUtils
- Class in
org.nhindirect.config.model.utils
Utility methods for working with DNS records.
DNSUtils()
- Constructor for class org.nhindirect.config.model.utils.
DNSUtils
Domain
- Class in
org.nhindirect.config.model
A Direct email domain.
Domain()
- Constructor for class org.nhindirect.config.model.
Domain
Empty constructor
E
EntityStatus
- Enum in
org.nhindirect.config.model
Status enumeration of entities in the system.
F
fromWire(byte[])
- Static method in class org.nhindirect.config.model.utils.
DNSUtils
Converts a raw wire transfer format of a record to a DNS record.
G
getAddresses()
- Method in class org.nhindirect.config.model.
Domain
Gets all addresses that are configured for a domain.
getAnchorAsX509Certificate()
- Method in class org.nhindirect.config.model.
Anchor
getAnchorData()
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Gets the DER encoded data of the anchor.
getAsX509Certificate()
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
getBundleName()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the name of the bundle.
getBundleURL()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the URL location of the bundle.
getCert()
- Method in class org.nhindirect.config.model.utils.
CertUtils.CertContainer
getCertificateData()
- Method in class org.nhindirect.config.model.
Anchor
Gets the DER encoded data of the anchor.
getCertificateId()
- Method in class org.nhindirect.config.model.
Anchor
Gets the internal id of the anchor.
getCheckSum()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the check sum of the bundle.
getCreateTime()
- Method in class org.nhindirect.config.model.
Address
Gets the date/time the address was created.
getCreateTime()
- Method in class org.nhindirect.config.model.
Anchor
Gets the date/time that the anchor was added to the system.
getCreateTime()
- Method in class org.nhindirect.config.model.
Certificate
Gets the date/time that the certificate was added to the system.
getCreateTime()
- Method in class org.nhindirect.config.model.
CertPolicy
Gets the time the policy was imported into the system.
getCreateTime()
- Method in class org.nhindirect.config.model.
CertPolicyGroup
Gets the date/time this group was created.
getCreateTime()
- Method in class org.nhindirect.config.model.
DNSRecord
Gets the date/time that the DNS record was created in the system.
getCreateTime()
- Method in class org.nhindirect.config.model.
Domain
Sets the date/time the domain was created in the system.
getCreateTime()
- Method in class org.nhindirect.config.model.
Setting
Sets the date/time the setting was created in the system.
getCreateTime()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the date/time that bundle was created in the system.
getData()
- Method in class org.nhindirect.config.model.
Certificate
Get the DER encoded data of the certificate.
getData()
- Method in class org.nhindirect.config.model.
DNSRecord
Sets the raw data of the DNS record.
getDclass()
- Method in class org.nhindirect.config.model.
DNSRecord
Gets the DNS record Dclass.
getDisplayName()
- Method in class org.nhindirect.config.model.
Address
Gets the human readable display of the address.
getDomain()
- Method in class org.nhindirect.config.model.
CertPolicyGroupDomainReltn
Gets the domain that is associate to the policy group.
getDomain()
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Gets the domain associated to the trust bundle.
getDomainName()
- Method in class org.nhindirect.config.model.
Address
Gets the email domain that the address is associated with.
getDomainName()
- Method in class org.nhindirect.config.model.
Domain
Gets the name of the domain.
getEmailAddress()
- Method in class org.nhindirect.config.model.
Address
Gets the email address associated to the end point.
getEndpoint()
- Method in class org.nhindirect.config.model.
Address
Gets the end point; generally an email address, but may also represent other types of end points such as an XD URL.
getEntityStatusList()
- Static method in enum org.nhindirect.config.model.
EntityStatus
Return a list of enumeration values.
getId()
- Method in class org.nhindirect.config.model.
Address
Gets the internal id of the address.
getId()
- Method in class org.nhindirect.config.model.
Anchor
Gets the internal id of the anchor.
getId()
- Method in class org.nhindirect.config.model.
Certificate
Gets the internal id of the certificate.
getId()
- Method in class org.nhindirect.config.model.
CertPolicyGroupDomainReltn
Gets the internal id of the relationship.
getId()
- Method in class org.nhindirect.config.model.
DNSRecord
Gets the internal id of the record.
getId()
- Method in class org.nhindirect.config.model.
Domain
Gets the internal system id of the domain.
getId()
- Method in class org.nhindirect.config.model.
Setting
Gets the internal system id of the setting.
getId()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the internal system id of the trust bundle.
getId()
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Gets the internal system id of the trust bundle anchor.
getId()
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Gets the internal system id of the relationship.
getJCEProviderName()
- Static method in class org.nhindirect.config.model.utils.
CertUtils
Gets the configured JCE crypto provider string for crypto operations.
getKey()
- Method in class org.nhindirect.config.model.utils.
CertUtils.CertContainer
getLastRefreshAttempt()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the date/time of the last time a refresh was attempted.
getLastRefreshError()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the status of the last refresh attempt.
getLastSuccessfulRefresh()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the date/time of the last time the bundle was successfully refreshed.
getLexicon()
- Method in class org.nhindirect.config.model.
CertPolicy
Gets the lexicon that this policy is written in.
getName()
- Method in class org.nhindirect.config.model.
DNSRecord
Gets the DNS name associated with the record.
getName()
- Method in class org.nhindirect.config.model.
Setting
Gets the name of the setting.
getOwner()
- Method in class org.nhindirect.config.model.
Anchor
Gets the owner of the anchor.
getOwner()
- Method in class org.nhindirect.config.model.
Certificate
Gets the owner of the certificate.
getOwner(X509Certificate)
- Static method in class org.nhindirect.config.model.utils.
CertUtils
Gets the owner of the certificate with is the email address of domain bound to the certificate.
getPolicies()
- Method in class org.nhindirect.config.model.
CertPolicyGroup
Gets the collection of policy usages for this group.
getPolicy()
- Method in class org.nhindirect.config.model.
CertPolicyGroupUse
Gets the policy that is associated with the policy group.
getPolicyData()
- Method in class org.nhindirect.config.model.
CertPolicy
Gets the policy definition in byte array format.
getPolicyGroup()
- Method in class org.nhindirect.config.model.
CertPolicyGroupDomainReltn
Gets the policy group associated to the domain.
getPolicyGroupName()
- Method in class org.nhindirect.config.model.
CertPolicyGroup
Gets the policy group name.
getPolicyName()
- Method in class org.nhindirect.config.model.
CertPolicy
Gets the name of the policy.
getPolicyUse()
- Method in class org.nhindirect.config.model.
CertPolicyGroupUse
Gets the usage enumeration that indicates where the policy should be applied.
getPostmasterAddress()
- Method in class org.nhindirect.config.model.
Domain
Gets the email address of the domain's postmaster.
getRefreshInterval()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the refresh interval for the bundle.
getSigningCertificateAsX509Certificate()
- Method in class org.nhindirect.config.model.
TrustBundle
getSigningCertificateData()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the DER encoded data of the X509 certificate that signed the bundle.
getStatus()
- Method in class org.nhindirect.config.model.
Address
Gets the status of the address.
getStatus()
- Method in class org.nhindirect.config.model.
Anchor
Gets the status of the anchor.
getStatus()
- Method in class org.nhindirect.config.model.
Certificate
Gets the status of the anchor.
getStatus()
- Method in class org.nhindirect.config.model.
Domain
Gets the status of the domain.
getStatus()
- Method in class org.nhindirect.config.model.
Setting
Gets the status of the setting.
getThumbprint()
- Method in class org.nhindirect.config.model.
Anchor
Gets the thumbprint of the anchor.
getThumbprint()
- Method in class org.nhindirect.config.model.
Certificate
Gets the thumb print of the certificate.
getThumbprint()
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Gets the thumb print of the anchor.
getTrustBundle()
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Gets the trust bundle associated to the domain.
getTrustBundleAnchors()
- Method in class org.nhindirect.config.model.
TrustBundle
Gets the trust anchors in the bundle.
getTtl()
- Method in class org.nhindirect.config.model.
DNSRecord
Gets the DNS record's time to live.
getType()
- Method in class org.nhindirect.config.model.
Address
Gets the type of the address.
getType()
- Method in class org.nhindirect.config.model.
DNSRecord
Gets the DNS record type.
getUpdateTime()
- Method in class org.nhindirect.config.model.
Address
Gets the date/time of the last update of the address.
getUpdateTime()
- Method in class org.nhindirect.config.model.
Domain
Gets the date/time that the domain was last updated.
getUpdateTime()
- Method in class org.nhindirect.config.model.
Setting
Gets the date/time that the setting was last updated.
getValidEndDate()
- Method in class org.nhindirect.config.model.
Anchor
Gets the valid until date/time of the anchor.
getValidEndDate()
- Method in class org.nhindirect.config.model.
Certificate
Gets the valid until date/time of the certificate.
getValidEndDate()
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Gets the valid until date/time of the anchor.
getValidStartDate()
- Method in class org.nhindirect.config.model.
Anchor
Gets the valid from date/time of the anchor.
getValidStartDate()
- Method in class org.nhindirect.config.model.
Certificate
Gets the valid from date/time of the certificate.
getValidStartDate()
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Gets the valid from date/time of the anchor.
getValue()
- Method in class org.nhindirect.config.model.
Setting
Gets the value of the setting.
I
isIncoming()
- Method in class org.nhindirect.config.model.
Anchor
Determines if the anchor is valid for incoming messages.
isIncoming()
- Method in class org.nhindirect.config.model.
CertPolicyGroupUse
Indicates if the policy should be applied to incoming messages.
isIncoming()
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Indicates if anchors in the bundle are valid for incoming messages.
isOutgoing()
- Method in class org.nhindirect.config.model.
Anchor
Determines if the anchor is valid for outgoing messages.
isOutgoing()
- Method in class org.nhindirect.config.model.
CertPolicyGroupUse
Indicates if the policy should be applied to outgoing messages.
isOutgoing()
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Indicates if anchors in the bundle are valid for outgoing messages.
isPrivateKey()
- Method in class org.nhindirect.config.model.
Certificate
Indicates if the certificate's private key is present.
O
org.nhindirect.config.model
- package org.nhindirect.config.model
Data model classes for configuration web services.
org.nhindirect.config.model.exceptions
- package org.nhindirect.config.model.exceptions
Data model exceptions.
org.nhindirect.config.model.utils
- package org.nhindirect.config.model.utils
Data model utility classes and methods.
P
pkcs12ToStrippedPkcs12(byte[], String)
- Static method in class org.nhindirect.config.model.utils.
CertUtils
Takes a PKCS12 byte stream and returns a PKCS12 byte stream with the pass phrase protection and encryption removed.
S
setAddresses(Collection<Address>)
- Method in class org.nhindirect.config.model.
Domain
Sets all addresses that are configured for a domain.
setAnchorData(byte[])
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Sets the DER encoded data of the anchor.
setBundleName(String)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the name of the bundle.
setBundleURL(String)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the URL location of the bundle.
setCertificateData(byte[])
- Method in class org.nhindirect.config.model.
Anchor
Sets the DER encoded data of the anchor.
setCertificateId(long)
- Method in class org.nhindirect.config.model.
Anchor
Sets the internal id of the anchor.
setCheckSum(String)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the check sum of the bundle.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
Address
Sets the date/time the address was created.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
Anchor
Sets the date/time that the anchor was added to the system.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
Certificate
Sets the date/time that the certificate was added to the system.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
CertPolicy
Sets the time the policy was imported into the system.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
CertPolicyGroup
Sets the date/time this group was created.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
DNSRecord
Sets the date/time that the DNS record was created in the system.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
Domain
Sets the date/time the domain was created in the system.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
Setting
Sets the date/time the setting was created in the system.
setCreateTime(Calendar)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the date/time that bundle was created in the system.
setData(byte[])
- Method in class org.nhindirect.config.model.
Certificate
Sets the DER encoded data of the certificate.
setData(byte[])
- Method in class org.nhindirect.config.model.
DNSRecord
Sets the raw data of the DNS record.
setDclass(int)
- Method in class org.nhindirect.config.model.
DNSRecord
Sets the DNS record Dclass.
setDisplayName(String)
- Method in class org.nhindirect.config.model.
Address
Sets the human readable display of the address.
setDomain(Domain)
- Method in class org.nhindirect.config.model.
CertPolicyGroupDomainReltn
Sets the domain that is associate to the policy group.
setDomain(Domain)
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Sets the domain associated to the trust bundle.
setDomainName(String)
- Method in class org.nhindirect.config.model.
Address
Sets the email domain that the address is associated with.
setDomainName(String)
- Method in class org.nhindirect.config.model.
Domain
Sets the name of the domain.
setEmailAddress(String)
- Method in class org.nhindirect.config.model.
Address
Sets the email address associated to the end point.
setEndpoint(String)
- Method in class org.nhindirect.config.model.
Address
Sets the end point.
setId(long)
- Method in class org.nhindirect.config.model.
Address
Sets the internal id of the address.
setId(long)
- Method in class org.nhindirect.config.model.
Anchor
Sets the internal id of the anchor.
setId(long)
- Method in class org.nhindirect.config.model.
Certificate
Sets the internal id of the certificate.
setId(long)
- Method in class org.nhindirect.config.model.
CertPolicyGroupDomainReltn
Sets the internal id of the relationship.
setId(long)
- Method in class org.nhindirect.config.model.
DNSRecord
Sets the internal id of the record.
setId(long)
- Method in class org.nhindirect.config.model.
Domain
Sets the internal system id of the domain.
setId(long)
- Method in class org.nhindirect.config.model.
Setting
Sets the internal system id of the setting.
setId(long)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the internal system id of the trust bundle.
setId(long)
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Sets the internal system id of the trust bundle anchor.
setId(long)
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Sets the internal system id of the relationship.
setIncoming(boolean)
- Method in class org.nhindirect.config.model.
Anchor
Sets if the anchor is valid for incoming messages.
setIncoming(boolean)
- Method in class org.nhindirect.config.model.
CertPolicyGroupUse
Sets the incoming message usage flag.
setIncoming(boolean)
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Sets if anchors in the bundle are valid for incoming messages.
setJCEProviderName(String)
- Static method in class org.nhindirect.config.model.utils.
CertUtils
Overrides the configured JCE crypto provider string.
setLastRefreshAttempt(Calendar)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the date/time of the last time a refresh was attempted.
setLastRefreshError(BundleRefreshError)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the status of the last refresh attempt.
setLastSuccessfulRefresh(Calendar)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the date/time of the last time the bundle was successfully refreshed.
setLexicon(PolicyLexicon)
- Method in class org.nhindirect.config.model.
CertPolicy
Sets the lexicon that this policy is written in.
setName(String)
- Method in class org.nhindirect.config.model.
DNSRecord
Sets the DNS name associated with the record.
setName(String)
- Method in class org.nhindirect.config.model.
Setting
Sets the name of the setting.
setOutgoing(boolean)
- Method in class org.nhindirect.config.model.
Anchor
Sets if the outgoing is valid for outgoing messages.
setOutgoing(boolean)
- Method in class org.nhindirect.config.model.
CertPolicyGroupUse
Sets the outgoing message usage flag.
setOutgoing(boolean)
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Sets if anchors in the bundle are valid for outgoing messages.
setOwner(String)
- Method in class org.nhindirect.config.model.
Anchor
Sets the owner of the anchor.
setOwner(String)
- Method in class org.nhindirect.config.model.
Certificate
Sets the owner of the certificate.
setPolicies(Collection<CertPolicyGroupUse>)
- Method in class org.nhindirect.config.model.
CertPolicyGroup
Sets the collection of policy usages for this group.
setPolicy(CertPolicy)
- Method in class org.nhindirect.config.model.
CertPolicyGroupUse
Sets the policy that is associated with the policy group.
setPolicyData(byte[])
- Method in class org.nhindirect.config.model.
CertPolicy
Sets the policy definition in byte array format.
setPolicyGroup(CertPolicyGroup)
- Method in class org.nhindirect.config.model.
CertPolicyGroupDomainReltn
Sets the policy group associated to the domain.
setPolicyGroupName(String)
- Method in class org.nhindirect.config.model.
CertPolicyGroup
Gets the policy group name.
setPolicyName(String)
- Method in class org.nhindirect.config.model.
CertPolicy
Sets the name of the policy.
setPolicyUse(CertPolicyUse)
- Method in class org.nhindirect.config.model.
CertPolicyGroupUse
Sets the usage enumeration that indicates where the policy should be applied.
setPostmasterAddress(Address)
- Method in class org.nhindirect.config.model.
Domain
Sets the email address of the domain's postmaster.
setPrivateKey(boolean)
- Method in class org.nhindirect.config.model.
Certificate
Indicates if the certificate's private key is present.
setRefreshInterval(int)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the refresh interval for the bundle.
setSigningCertificateData(byte[])
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the DER encoded data of the X509 certificate that signed the bundle.
setStatus(EntityStatus)
- Method in class org.nhindirect.config.model.
Address
Sets the status of the address.
setStatus(EntityStatus)
- Method in class org.nhindirect.config.model.
Anchor
Sets the status of the anchor.
setStatus(EntityStatus)
- Method in class org.nhindirect.config.model.
Certificate
Sets the status of the anchor.
setStatus(EntityStatus)
- Method in class org.nhindirect.config.model.
Domain
Sets the status of the domain.
setStatus(EntityStatus)
- Method in class org.nhindirect.config.model.
Setting
Sets the status of the setting.
setThumbprint(String)
- Method in class org.nhindirect.config.model.
Anchor
Sets the thumbprint of the anchor.
setThumbprint(String)
- Method in class org.nhindirect.config.model.
Certificate
Sets the thumb print of the certificate.
setThumbprint(String)
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Sets the thumb print of the anchor.
Setting
- Class in
org.nhindirect.config.model
Name value pair settings in the sytem.
Setting()
- Constructor for class org.nhindirect.config.model.
Setting
Empty constructor
setTrustBundle(TrustBundle)
- Method in class org.nhindirect.config.model.
TrustBundleDomainReltn
Sets the trust bundle associated to the domain.
setTrustBundleAnchors(Collection<TrustBundleAnchor>)
- Method in class org.nhindirect.config.model.
TrustBundle
Sets the trust anchors in the bundle.
setTtl(long)
- Method in class org.nhindirect.config.model.
DNSRecord
Sets the DNS record's time to live.
setType(String)
- Method in class org.nhindirect.config.model.
Address
Sets the type of the address.
setType(int)
- Method in class org.nhindirect.config.model.
DNSRecord
Sets the DNS record type.
setUpdateTime(Calendar)
- Method in class org.nhindirect.config.model.
Address
Sets the date/time of the last update of the address.
setUpdateTime(Calendar)
- Method in class org.nhindirect.config.model.
Domain
Sets the date/time that the domain was last updated.
setUpdateTime(Calendar)
- Method in class org.nhindirect.config.model.
Setting
Sets the date/time that the setting was last updated.
setValidEndDate(Calendar)
- Method in class org.nhindirect.config.model.
Anchor
Sets the valid until date/time of the anchor.
setValidEndDate(Calendar)
- Method in class org.nhindirect.config.model.
Certificate
Sets the valid until date/time of the certificate.
setValidEndDate(Calendar)
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Sets the valid until date/time of the anchor.
setValidStartDate(Calendar)
- Method in class org.nhindirect.config.model.
Anchor
Sets the valid from date/time of the anchor.
setValidStartDate(Calendar)
- Method in class org.nhindirect.config.model.
Certificate
Sets the valid from date/time of the certificate.
setValidStartDate(Calendar)
- Method in class org.nhindirect.config.model.
TrustBundleAnchor
Sets the valid from date/time of the anchor.
setValue(String)
- Method in class org.nhindirect.config.model.
Setting
Sets the value of the setting.
T
toCertContainer(byte[])
- Static method in class org.nhindirect.config.model.utils.
CertUtils
toCertContainer(byte[], char[], char[])
- Static method in class org.nhindirect.config.model.utils.
CertUtils
Creates a certificate container that consists of the X509 certificate and its private key (if it exists).
toWire(DNSRecord)
- Static method in class org.nhindirect.config.model.utils.
DNSUtils
Converts a DNS record to a raw wire transfer format.
toX509Certificate(byte[])
- Static method in class org.nhindirect.config.model.utils.
CertUtils
Converts a byte stream to an X509Certificate.
toX509Certificate(byte[], String)
- Static method in class org.nhindirect.config.model.utils.
CertUtils
Converts a byte stream to an X509Certificate.
TrustBundle
- Class in
org.nhindirect.config.model
A Direct trust bundle.
TrustBundle()
- Constructor for class org.nhindirect.config.model.
TrustBundle
Empty constructor
TrustBundleAnchor
- Class in
org.nhindirect.config.model
An trust anchor within a trust bundle.
TrustBundleAnchor()
- Constructor for class org.nhindirect.config.model.
TrustBundleAnchor
Empty constructor.
TrustBundleDomainReltn
- Class in
org.nhindirect.config.model
Trust bundle to domain relationship.
TrustBundleDomainReltn()
- Constructor for class org.nhindirect.config.model.
TrustBundleDomainReltn
Empty constructor
V
valueOf(String)
- Static method in enum org.nhindirect.config.model.
BundleRefreshError
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.nhindirect.config.model.
CertPolicyUse
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.nhindirect.config.model.
EntityStatus
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.nhindirect.config.model.
BundleRefreshError
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.nhindirect.config.model.
CertPolicyUse
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.nhindirect.config.model.
EntityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
F
G
I
O
P
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All Rights Reserved.