| Package | Description |
|---|---|
| org.nhindirect.stagent |
Security and trust agent interface and core messaging and routing structures.
|
| org.nhindirect.stagent.cryptography |
NHIN Direct cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
Cryptographer |
MutableAgent.getCryptographer()
Gets the Cryptographer used by the agent to perform cryptography operations.
|
Cryptographer |
DefaultNHINDAgent.getCryptographer()
Gets the Cryptographer used by the agent to perform cryptography operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableAgent.setCryptographer(Cryptographer cryptographer)
Sets the Cryptographer used by the agent to perform cryptography operations.
|
void |
DefaultNHINDAgent.setCryptographer(Cryptographer cryptographer)
Sets the Cryptographer used by the agent to perform cryptography operations.
|
| Constructor and Description |
|---|
DefaultNHINDAgent(Collection<String> domains,
CertificateResolver privateCerts,
CertificateResolver publicCerts,
TrustAnchorResolver anchors,
TrustModel trustModel,
Cryptographer cryptographer)
Constructs an agent with a list of domain, certificate services, and trust anchor store.
|
DefaultNHINDAgent(Collection<String> domains,
CertificateResolver privateCerts,
Collection<CertificateResolver> publicCerts,
TrustAnchorResolver anchors,
TrustModel trustModel,
Cryptographer cryptographer)
Constructs an agent with a list of domains, certificate stores, and a trust anchor store.
|
DefaultNHINDAgent(String domain,
CertificateResolver privateCerts,
CertificateResolver publicCerts,
TrustAnchorResolver anchors,
TrustModel trustModel,
Cryptographer cryptographer)
Constructs an agent with domain, certificate services, and trust anchor store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMIMECryptographerImpl
Executes the cryptography operations.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.