Class DeviceSigningPrivateKey


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

      • validate

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