Package org.bouncycastle.crypto.general
Class X931PRNG
java.lang.Object
org.bouncycastle.crypto.general.X931PRNG
Source class for implementations of Pseudo Random Number Generator (PRNG) from X9.31
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Base for Builder for SecureRandom objects based on the X9.31 PRNG.static class
Builder for SecureRandom objects based on the X9.31 PRNG. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final X931PRNG.Base
X9.31 PRNG - 128 bit AESstatic final X931PRNG.Base
X9.31 PRNG - 192 bit AESstatic final X931PRNG.Base
X9.31 PRNG - 256 bit AESstatic final X931PRNG.Base
X9.31 PRNG - 3-Key TripleDES -
Method Summary
-
Field Details
-
Triple_DES_168
X9.31 PRNG - 3-Key TripleDES -
AES_128
X9.31 PRNG - 128 bit AES -
AES_192
X9.31 PRNG - 192 bit AES -
AES_256
X9.31 PRNG - 256 bit AES
-