Package org.xipki.scep.transaction
Class Nonce
- java.lang.Object
-
- org.xipki.scep.transaction.Nonce
-
public class Nonce extends java.lang.ObjectNonce.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description Nonce(byte[] bytes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()static NoncerandomNonce()
-
-
-
Method Detail
-
getBytes
public byte[] getBytes()
-
randomNonce
public static Nonce randomNonce()
-
-