public interface OpenSshCertificate extends PublicKey, PrivateKey
Modifier and Type | Field and Description |
---|---|
static int |
SSH_CERT_TYPE_HOST |
static int |
SSH_CERT_TYPE_USER |
serialVersionUID
serialVersionUID
Modifier and Type | Method and Description |
---|---|
PublicKey |
getCaPubKey() |
List<String> |
getCriticalOptions() |
List<String> |
getExtensions() |
String |
getId() |
String |
getKeyType() |
byte[] |
getMessage() |
byte[] |
getNonce() |
Collection<String> |
getPrincipals() |
String |
getRawKeyType() |
String |
getReserved() |
long |
getSerial() |
PublicKey |
getServerHostKey() |
byte[] |
getSignature() |
String |
getSignatureAlg() |
int |
getType() |
long |
getValidAfter() |
default Date |
getValidAfterDate() |
long |
getValidBefore() |
default Date |
getValidBeforeDate() |
static Date |
getValidDate(long timestamp) |
getAlgorithm, getEncoded, getFormat
destroy, isDestroyed
static final int SSH_CERT_TYPE_USER
static final int SSH_CERT_TYPE_HOST
String getRawKeyType()
byte[] getNonce()
String getKeyType()
PublicKey getServerHostKey()
long getSerial()
int getType()
String getId()
Collection<String> getPrincipals()
long getValidAfter()
default Date getValidAfterDate()
long getValidBefore()
default Date getValidBeforeDate()
String getReserved()
PublicKey getCaPubKey()
byte[] getMessage()
byte[] getSignature()
String getSignatureAlg()
static Date getValidDate(long timestamp)
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.