Class SlhDsaVerifyConscrypt.RawKeySpec

  • All Implemented Interfaces:
    java.security.spec.KeySpec
    Enclosing class:
    SlhDsaVerifyConscrypt

    public static final class SlhDsaVerifyConscrypt.RawKeySpec
    extends java.security.spec.EncodedKeySpec
    Representation of the raw keys for interoperability with Conscrypt.
    • Constructor Summary

      Constructors 
      Constructor Description
      RawKeySpec​(byte[] encoded)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormat()  
      • Methods inherited from class java.security.spec.EncodedKeySpec

        getAlgorithm, getEncoded
      • Methods inherited from class java.lang.Object

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

      • RawKeySpec

        public RawKeySpec​(byte[] encoded)
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
        Specified by:
        getFormat in class java.security.spec.EncodedKeySpec