메소드 | 설명 | |
---|---|---|
FormatSignature ( this key, byte signature ) : byte[] | ||
Get ( this |
||
GetAuthorizedKeyString ( this aKey ) : string | ||
GetMD5Fingerprint ( this aKey ) : byte[] | ||
GetPublicKeyBlob ( this aKey ) : byte[] |
Gets OpenSsh formatted bytes from public key Currently only supports RSA and DSA public keys |
|
GetSigner ( this key ) : ISigner | ||
HasConstraint ( this aKey, |
||
addConfirmConstraint ( this aKey ) : void |
Adds Agent.KeyConstraintType.SSH_AGENT_CONSTRAIN_CONFIRM constraint to key
|
|
addLifetimeConstraint ( this aKey, uint aLifetime ) : void |
Adds Agent.KeyConstraintType.SSH_AGENT_CONSTRAIN_LIFETIME constraint to key
|
public static FormatSignature ( this key, byte signature ) : byte[] | ||
key | this | |
signature | byte | |
리턴 | byte[] |
public static Get ( this |
||
aKeyList | this |
|
aVersion | SshVersion | |
aPublicKeyBlob | byte | |
리턴 | ISshKey |
public static GetAuthorizedKeyString ( this aKey ) : string | ||
aKey | this | |
리턴 | string |
public static GetMD5Fingerprint ( this aKey ) : byte[] | ||
aKey | this | |
리턴 | byte[] |
public static GetPublicKeyBlob ( this aKey ) : byte[] | ||
aKey | this | |
리턴 | byte[] |
public static HasConstraint ( this aKey, |
||
aKey | this | |
aType | ||
리턴 | bool |
public static addConfirmConstraint ( this aKey ) : void | ||
aKey | this | |
리턴 | void |
public static addLifetimeConstraint ( this aKey, uint aLifetime ) : void | ||
aKey | this | |
aLifetime | uint | |
리턴 | void |