Class PublicKey


  • public final class PublicKey
    extends java.lang.Object
    Represents an asymmetric public key that wraps the underlying bytes of the key.
    • Method Detail

      • validate

        public static PublicKey validate​(byte[] a0)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • asBytes

        public final byte[] asBytes()
      • delete

        public void delete()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable