com.ibm.security.krb5.internal.crypto

Class Confounder

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.crypto.Confounder

  1. public final class Confounder
  2. extends java.lang.Object
DOCUMENT ME!
Version:
$Revision$
Author:
$author$

Constructor Summary

Constructor and Description
Confounder()

Method Summary

Modifier and Type Method and Description
  1. static
  2. byte[]
bytes(int size)
DOCUMENT ME!
  1. static
  2. int
intValue()
DOCUMENT ME!
  1. static
  2. long
longValue()
DOCUMENT ME!
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Confounder

  1. public Confounder()

Method Detail

bytes

  1. public static byte[] bytes(int size)
  2. throws KrbCryptoException
DOCUMENT ME!
Parameters:
size - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
KrbCryptoException - DOCUMENT ME!

intValue

  1. public static int intValue()
  2. throws KrbCryptoException
DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
KrbCryptoException - DOCUMENT ME!

longValue

  1. public static long longValue()
  2. throws KrbCryptoException
DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
KrbCryptoException - DOCUMENT ME!