Class CryptoECCUtils


  • public class CryptoECCUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CryptoECCUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.security.KeyPair createKeys()  
      static java.security.Signature getSignature​(java.security.Key key)  
      static byte[] keyToRawdata​(java.security.PrivateKey privkey)  
      static byte[] keyToRawdata​(java.security.PublicKey pubkey)  
      static java.security.PrivateKey rawdataToPrivkey​(byte[] input)  
      static java.security.PublicKey rawdataToPubkey​(byte[] input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait