Java.Security.Interfaces Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
DSAPrivateKey |
The interface for a Digital Signature Algorithm (DSA) private key. |
DSAPublicKey |
The interface for a Digital Signature Algorithm (DSA) public key. |
ECPrivateKey |
The interface for an Elliptic Curve (EC) private key. |
ECPublicKey |
The interface for an Elliptic Curve (EC) public key. |
RSAMultiPrimePrivateCrtKey |
The interface for a Multi-Prime RSA private key. |
RSAPrivateCrtKey |
The interface for a PKCS#1 RSA private key using CRT information values. |
RSAPrivateKey |
The interface for an PKCS#1 RSA private key. |
RSAPublicKey |
The interface for a PKCS#1 RSA public key. |
Interfaces
IDSAKey |
The interface to a DSA public or private key. |
IDSAKeyPairGenerator |
An interface to an object capable of generating DSA key pairs. |
IDSAParams |
Interface to a DSA-specific set of key parameters, which defines a DSA <em>key family</em>. |
IDSAPrivateKey |
The standard interface to a DSA private key. |
IDSAPublicKey |
The interface to a DSA public key. |
IECKey |
The interface to an elliptic curve (EC) key. |
IECPrivateKey |
The interface to an elliptic curve (EC) private key. |
IECPublicKey |
The interface to an elliptic curve (EC) public key. |
IEdECKey |
An interface for an elliptic curve public/private key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA). |
IEdECPrivateKey |
An interface for an elliptic curve private key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA). |
IEdECPublicKey |
An interface for an elliptic curve public key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA). |
IRSAKey |
The interface to a public or private key in PKCS#1 v2.2 standard, such as those for RSA, or RSASSA-PSS algorithms. |
IRSAMultiPrimePrivateCrtKey |
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values. |
IRSAPrivateCrtKey |
The interface to an RSA private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values. |
IRSAPrivateKey |
The interface to an RSA private key. |
IRSAPublicKey |
The interface to an RSA public key. |
IXECKey |
An interface for an elliptic curve public/private key as defined by RFC 7748. |
IXECPrivateKey |
An interface for an elliptic curve private key as defined by RFC 7748. |
IXECPublicKey |
An interface for an elliptic curve public key as defined by RFC 7748. |