public abstract class Certificate extends Object
Modifier and Type | Method and Description |
---|---|
abstract Certificate.CertificateAttributes |
attributes() |
static Certificate |
create(Certificate.CertificateAttributes attributes,
String id,
Map<String,String> tags,
String thumbprint) |
abstract String |
id() |
abstract Map<String,String> |
tags() |
abstract String |
thumbprint() |
@Nullable public abstract Certificate.CertificateAttributes attributes()
public static Certificate create(Certificate.CertificateAttributes attributes, String id, Map<String,String> tags, String thumbprint)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.