|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cryptographer | |
|---|---|
| org.nhindirect.stagent | Security and trust agent interface and core messaging and routing structures. |
| org.nhindirect.stagent.cryptography | NHIN Direct cryptography. |
| Uses of Cryptographer in org.nhindirect.stagent |
|---|
| Methods in org.nhindirect.stagent that return Cryptographer | |
|---|---|
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. |
| Methods in org.nhindirect.stagent with parameters of type Cryptographer | |
|---|---|
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. |
| Constructors in org.nhindirect.stagent with parameters of type Cryptographer | |
|---|---|
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. |
|
| Uses of Cryptographer in org.nhindirect.stagent.cryptography |
|---|
| Classes in org.nhindirect.stagent.cryptography that implement Cryptographer | |
|---|---|
class |
SMIMECryptographerImpl
Executes the cryptography operations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||