Namespace Java.Security.Spec
Classes
- AlgorithmParameterSpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/AlgorithmParameterSpec.html
- DSAGenParameterSpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/DSAGenParameterSpec.html
- DSAPrivateKeySpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/DSAPrivateKeySpec.html
- ECGenParameterSpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/ECGenParameterSpec.html
- InvalidKeySpecException
https://docs.oracle.com/javase/8/docs/api/java/security/spec/InvalidKeySpecException.html
- InvalidParameterSpecException
https://docs.oracle.com/javase/8/docs/api/java/security/spec/InvalidParameterSpecException.html
- MGF1ParameterSpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/MGF1ParameterSpec.html
- PKCS8EncodedKeySpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/PKCS8EncodedKeySpec.html
- RSAKeyGenParameterSpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/RSAKeyGenParameterSpec.html
- RSAMultiPrimePrivateCrtKeySpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.html
- RSAOtherPrimeInfo
https://docs.oracle.com/javase/8/docs/api/java/security/spec/RSAOtherPrimeInfo.html
- RSAPrivateCrtKeySpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/RSAPrivateCrtKeySpec.html
- RSAPrivateKeySpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/RSAPrivateKeySpec.html
- X509EncodedKeySpec
https://docs.oracle.com/javase/8/docs/api/java/security/spec/X509EncodedKeySpec.html
Interfaces
- IAlgorithmParameterSpec
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/spec/AlgorithmParameterSpec.html
- IECField
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/spec/ECField.html
- IKeySpec
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/spec/KeySpec.html