org.n52.security.common.crypto
Class SaltUtil

java.lang.Object
  extended by org.n52.security.common.crypto.SaltUtil

public class SaltUtil
extends Object


Constructor Summary
SaltUtil()
           
 
Method Summary
static byte[] createSalt()
           
static byte[] createSalt(int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaltUtil

public SaltUtil()
Method Detail

createSalt

public static byte[] createSalt()

createSalt

public static byte[] createSalt(int length)


Copyright © 2004–2014 52north.org. All rights reserved.