See: Description
Interface | Description |
---|---|
LunaPrivateKey |
An interface for grouping private keys
|
LunaPublicKey |
An interface for grouping public keys
|
Class | Description |
---|---|
LunaKey |
The LunaKey class encapsulates all keys stored on Luna hardware.
|
LunaKeyDh |
The LunaKeyDh class encapsulates DH keys stored on SafeNet, Inc.
|
LunaKeyDsa |
The LunaDsaKey class encapsulates DSA keys stored on SafeNet, Inc.
|
LunaKeyEC |
Encapsulates Elliptic Curve keys stored on SafeNet Inc hardware
|
LunaKeyRsa |
Encapsulates RSA keys stored on SafeNet Inc hardware
|
LunaPBEKey |
A class to hold on to the PBE key values.
|
LunaPBKDF2Key |
A class to hold on to the PBE key values.
|
LunaPrivateKeyDh |
Represents a DH private key stored on Luna hardware
|
LunaPrivateKeyDsa |
Represents a DSA private key stored on Luna hardware
|
LunaPrivateKeyEC |
Encapsulates Elliptic Curve private keys stored on SafeNet hardware
|
LunaPrivateKeyECBIP32 |
Represents an EC BIP32 private key stored on Luna hardware
|
LunaPrivateKeyECDsa |
Represents an EC private key stored on Luna hardware
|
LunaPrivateKeyRsa |
Represents an RSA private key stored on Luna hardware.
|
LunaPublicKeyDh |
Represents a DH public key stored on Luna hardware.
|
LunaPublicKeyDsa |
Represents a DSA public key stored on Luna hardware.
|
LunaPublicKeyEC |
Encapsulates Elliptic Curve public keys stored on SafeNet Inc hardware
|
LunaPublicKeyECBIP32 |
Represents an EC BIP32 public key stored on Luna hardware.
|
LunaPublicKeyECDsa |
Represents an EC DSA public key stored on Luna hardware.
|
LunaPublicKeyRsa |
Represents a RSA public key stored on Luna hardware.
|
LunaSecretKey |
Base class for all secret keys stored on Luna hardware.
|
LunaSecretKeyPBE |
A special case of secret keys, PBE stores the generated IV with it
|
LunaSecretKeyPBKDF2 |
A special case of secret key similar to PBE.
|
LunaSIMKey |
Special interface to SIM/unSIM LunaKeys
|
Copyright 2014-2018 SafeNet. All rights reserved.