Interface OpenSshCertificate

    • Method Detail

      • getRawKeyType

        String getRawKeyType()
      • getNonce

        byte[] getNonce()
      • getKeyType

        String getKeyType()
      • getServerHostKey

        PublicKey getServerHostKey()
      • getSerial

        long getSerial()
      • getType

        int getType()
      • getValidAfter

        long getValidAfter()
      • getValidAfterDate

        default Date getValidAfterDate()
      • getValidBefore

        long getValidBefore()
      • getValidBeforeDate

        default Date getValidBeforeDate()
      • getCriticalOptions

        List<String> getCriticalOptions()
      • getReserved

        String getReserved()
      • getMessage

        byte[] getMessage()
      • getSignature

        byte[] getSignature()
      • getSignatureAlg

        String getSignatureAlg()
      • getValidDate

        static Date getValidDate​(long timestamp)