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 SummaryConstructors Constructor Description RandomSecret()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]createRandomSecret(int size)Creates a randombyte[]secret of the specified size.
 
-