public abstract static class Certificate.CertificatePolicy extends Object
Constructor and Description |
---|
Certificate.CertificatePolicy() |
Modifier and Type | Method and Description |
---|---|
abstract Certificate.CertificateAttributes |
attributes() |
static Certificate.CertificatePolicy |
create(Certificate.CertificateAttributes attributes,
String id,
Certificate.IssuerParameters issuer,
Certificate.KeyProperties keyProps,
List<Certificate.LifetimeAction> lifetimeActions,
Certificate.SecretProperties secretProperties,
Certificate.X509CertificateProperties x509Props) |
abstract String |
id() |
abstract Certificate.IssuerParameters |
issuer() |
abstract Certificate.KeyProperties |
keyProps() |
abstract List<Certificate.LifetimeAction> |
lifetimeActions() |
abstract Certificate.SecretProperties |
secretProps() |
abstract Certificate.X509CertificateProperties |
x509props() |
@Nullable public abstract Certificate.CertificateAttributes attributes()
@Nullable public abstract Certificate.IssuerParameters issuer()
@Nullable public abstract Certificate.KeyProperties keyProps()
public abstract List<Certificate.LifetimeAction> lifetimeActions()
@Nullable public abstract Certificate.SecretProperties secretProps()
@Nullable public abstract Certificate.X509CertificateProperties x509props()
public static Certificate.CertificatePolicy create(Certificate.CertificateAttributes attributes, String id, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProperties, Certificate.X509CertificateProperties x509Props)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.