Class DeviceSigningKeyPair


  • public final class DeviceSigningKeyPair
    extends java.lang.Object
    Signing keypair specific to a device. Used to sign all requests to the IronCore API endpoints. Needed to create a `DeviceContext`.
    • Method Detail

      • validate

        public static DeviceSigningKeyPair 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