static Certificate.DeletedCertificate |
Certificate.DeletedCertificate.create(Certificate.CertificateAttributes attributes,
Integer deletedDate,
String id,
String recoveryId,
Integer scheduledPurgeDate,
Map<String,String> tags,
String thumbprint) |
static Certificate.CertificatePolicy |
Certificate.CertificatePolicy.create(Certificate.CertificateAttributes attributes,
String id,
Certificate.IssuerParameters issuer,
Certificate.KeyProperties keyProps,
List<Certificate.LifetimeAction> lifetimeActions,
Certificate.SecretProperties secretProperties,
Certificate.X509CertificateProperties x509Props) |
static Certificate.DeletedCertificateBundle |
Certificate.DeletedCertificateBundle.create(Certificate.CertificateAttributes attributes,
String bytes,
Integer deletedDate,
String id,
String keyId,
String recoveryId,
Integer scheduledPurgeDate,
String secretId,
Map<String,String> tags,
String thumbprint) |
static Certificate |
Certificate.create(Certificate.CertificateAttributes attributes,
String id,
Map<String,String> tags,
String thumbprint) |
static Certificate.CertificateBundle |
Certificate.CertificateBundle.create(Certificate.CertificateAttributes attributes,
String certificate,
String contentType,
String id,
String keyId,
Certificate.CertificatePolicy policy,
String secretId,
Map<String,String> tags,
String thumbprint) |