Class OpenSshCertificateBuilder

java.lang.Object
org.apache.sshd.certificate.OpenSshCertificateBuilder

public class OpenSshCertificateBuilder extends Object
Holds all the data necessary to create a signed OpenSSH Certificate
  • Field Details

    • SIGNATURE_ALGORITHM_MAP

      protected static final Map<String,String> SIGNATURE_ALGORITHM_MAP
    • type

      protected final org.apache.sshd.common.config.keys.OpenSshCertificate.Type type
    • publicKey

      protected PublicKey publicKey
    • serial

      protected long serial
    • id

      protected String id
    • principals

      protected Collection<String> principals
    • criticalOptions

      protected final Map<String,String> criticalOptions
    • extensions

      protected final Map<String,String> extensions
    • validAfter

      protected long validAfter
    • validBefore

      protected long validBefore
    • nonce

      protected byte[] nonce
  • Constructor Details

    • OpenSshCertificateBuilder

      protected OpenSshCertificateBuilder(org.apache.sshd.common.config.keys.OpenSshCertificate.Type type)
  • Method Details