Interface | Description |
---|---|
ICertificate | |
ICertificateProvider |
The certificate provider provides abstract access to the initial certificates
and keys that are deployed on the device.
|
IKeyStore | |
IPrivateKey |
Describes a general structure for private keys.
|
IPublicKey |
Describes a general structure for public keys.
|
ISymEncryptionKey |
This is a marker interface for symmetric keys that are used for encryption.
|
ISymmetricKey |
An interface for symmetric keys, which combine the ability of
public and private asymmetric keys.
|
ISymSigningKey |
This is a marker interface for symmetric keys that are used for HMACs (i.e.
|
Class | Description |
---|---|
AbstractCertificate |
A general abstraction for all different types of certificates (e.g.
|
SecureProxy |
The secure proxy is a base class for generated proxies that
ensures that calls are made through an encrypted connection.
|
SecureSkeleton |
The secure skeleton supports stack analysis.
|
StaticSecurity |
Contains some singletons for the current device, for file handling, random
numbers or data handling and the CA root certificates.
|