Package com.onslip360
Class API.Partial_Cert
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_Cert>
-
- com.onslip360.API.Partial_Cert
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_Cert>>
- Enclosing class:
- API
public static class API.Partial_Cert extends Onslip360Object<API.Partial_Cert>
-
-
Constructor Summary
Constructors Constructor Description Partial_Cert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>
deleted()
API.Partial_Cert
deleted(Erasable<String> deleted)
API.Partial_Cert
deleted(String deleted)
Erasable<String>
expires()
API.Partial_Cert
expires(Erasable<String> expires)
API.Partial_Cert
expires(String expires)
Erasable<byte[]>
key()
API.Partial_Cert
key(byte[] key)
API.Partial_Cert
key(Erasable<byte[]> key)
Erasable<Long[]>
labels()
API.Partial_Cert
labels(Erasable<Long[]> labels)
API.Partial_Cert
labels(Long[] labels)
Optional<String>
name()
API.Partial_Cert
name(String name)
Erasable<byte[]>
pkcs12Store()
API.Partial_Cert
pkcs12Store(byte[] pkcs12Store)
API.Partial_Cert
pkcs12Store(Erasable<byte[]> pkcs12Store)
Erasable<String[]>
tags()
API.Partial_Cert
tags(Erasable<String[]> tags)
API.Partial_Cert
tags(String[] tags)
Erasable<API.Cert.Type>
type()
API.Partial_Cert
type(API.Cert.Type type)
API.Partial_Cert
type(Erasable<API.Cert.Type> type)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
key
@Nonnull public Erasable<byte[]> key()
-
pkcs12Store
@Nonnull public Erasable<byte[]> pkcs12Store()
-
type
@Nonnull public Erasable<API.Cert.Type> type()
-
deleted
@Nonnull public API.Partial_Cert deleted(@Nullable String deleted)
-
deleted
@Nonnull public API.Partial_Cert deleted(@Nullable Erasable<String> deleted)
-
expires
@Nonnull public API.Partial_Cert expires(@Nullable String expires)
-
expires
@Nonnull public API.Partial_Cert expires(@Nullable Erasable<String> expires)
-
key
@Nonnull public API.Partial_Cert key(@Nullable byte[] key)
-
key
@Nonnull public API.Partial_Cert key(@Nullable Erasable<byte[]> key)
-
labels
@Nonnull public API.Partial_Cert labels(@Nullable Long[] labels)
-
labels
@Nonnull public API.Partial_Cert labels(@Nullable Erasable<Long[]> labels)
-
name
@Nonnull public API.Partial_Cert name(@Nullable String name)
-
pkcs12Store
@Nonnull public API.Partial_Cert pkcs12Store(@Nullable byte[] pkcs12Store)
-
pkcs12Store
@Nonnull public API.Partial_Cert pkcs12Store(@Nullable Erasable<byte[]> pkcs12Store)
-
tags
@Nonnull public API.Partial_Cert tags(@Nullable String[] tags)
-
tags
@Nonnull public API.Partial_Cert tags(@Nullable Erasable<String[]> tags)
-
type
@Nonnull public API.Partial_Cert type(@Nullable API.Cert.Type type)
-
type
@Nonnull public API.Partial_Cert type(@Nullable Erasable<API.Cert.Type> type)
-
-