Interface IPBEKey
- Namespace
- Javax.Crypto.Interfaces
- Assembly
- MASES.JNet.dll
.NET interface for TO BE DEFINED FROM USER
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[]