com.ibm.crypto.fips.provider

Class CPUJitter

  • java.lang.Object
    • com.ibm.crypto.fips.provider.CPUJitter


  • public final class CPUJitter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      CPUJitter() 
      CPUJitter(byte[] seed) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] get_random_bytes(int count) 
      byte[] get_random_raw_bytes(int count) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • discard

        public long discard
      • SHIFT_63

        public int SHIFT_63
      • SHIFT_62

        public int SHIFT_62
      • SHIFT_60

        public int SHIFT_60
      • SHIFT_59

        public int SHIFT_59
    • Constructor Detail

      • CPUJitter

        public CPUJitter()
      • CPUJitter

        public CPUJitter(byte[] seed)
    • Method Detail

      • get_random_bytes

        public byte[] get_random_bytes(int count)
      • get_random_raw_bytes

        public byte[] get_random_raw_bytes(int count)
© Portions Copyright 2003, 2014, 2015, 2016 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2014 Oracle and/or its affiliates. All rights reserved.