Class KeyGenCborUtil


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

      Constructors 
      Constructor Description
      KeyGenCborUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String bytesToCbor​(byte[] bytes)  
      static byte[] cborToBytes​(java.lang.String cbor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyGenCborUtil

        public KeyGenCborUtil()
    • Method Detail

      • bytesToCbor

        public static java.lang.String bytesToCbor​(byte[] bytes)
                                            throws com.bloxbean.cardano.client.exception.CborSerializationException
        Throws:
        com.bloxbean.cardano.client.exception.CborSerializationException
      • cborToBytes

        public static byte[] cborToBytes​(java.lang.String cbor)
                                  throws com.bloxbean.cardano.client.exception.CborDeserializationException
        Throws:
        com.bloxbean.cardano.client.exception.CborDeserializationException