Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
public enum TSSRPPrimeLen { sr1024 = 0, sr1536 = 1, sr2048 = 2, sr3072 = 3, sr4096 = 4, sr6144 = 5, sr8192 = 6 };
[VB.NET]
Enum TSSRPPrimeLen
sr1024 = 0
sr1536 = 1
sr2048 = 2
sr3072 = 3
sr4096 = 4
sr6144 = 5
sr8192 = 6
End Enum
[Pascal]
under development
[Java]
public enum TSSRPPrimeLen { sr1024, sr1536, sr2048, sr3072, sr4096, sr6144, sr8192 }
Possible values
Declared in
.NET:
- Namespace: SBSRP
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum