public abstract class SshKey extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SshKey.Owner |
Modifier and Type | Method and Description |
---|---|
static SshKey |
create(String id,
String label,
String key,
String fingerprint,
Date createdAt,
Date updatedAt,
SshKey.Owner owner,
String href) |
abstract Date |
createdAt() |
abstract String |
fingerprint() |
abstract String |
href() |
abstract String |
id() |
abstract String |
key() |
abstract String |
label() |
abstract SshKey.Owner |
owner() |
abstract Date |
updatedAt() |
public abstract String id()
public abstract String label()
public abstract String key()
public abstract String fingerprint()
public abstract Date createdAt()
public abstract Date updatedAt()
@Nullable public abstract SshKey.Owner owner()
public abstract String href()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.