Interface IPBEKey
- Namespace
- Javax.Crypto.Interfaces
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/javax/crypto/interfaces/PBEKey.html
public interface IPBEKey : ISecretKey
Properties
IterationCount
int IterationCount { get; }
Property Value
Password
char[] Password { get; }
Property Value
- char[]
Salt
byte[] Salt { get; }
Property Value
- byte[]