Package org.keycloak.saml
Class RandomSecret
- java.lang.Object
-
- org.keycloak.saml.RandomSecret
-
public class RandomSecret extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description RandomSecret()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
createRandomSecret(int size)
Creates a randombyte[]
secret of the specified size.
-