public abstract static class Certificate.CertificateAttributes extends Object
Constructor and Description |
---|
Certificate.CertificateAttributes() |
Modifier and Type | Method and Description |
---|---|
static Certificate.CertificateAttributes |
create(Integer created,
boolean enabled,
Integer expiry,
Integer notBefore,
String recoveryLevel,
Integer updated) |
abstract Integer |
created() |
abstract boolean |
enabled() |
abstract Integer |
expiry() |
abstract Integer |
notBefore() |
abstract String |
recoveryLevel() |
abstract Integer |
updated() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.