Package io.adminshell.aas.v3.model
Interface BlobCertificate
-
- All Superinterfaces:
Certificate
- All Known Implementing Classes:
DefaultBlobCertificate
public interface BlobCertificate extends Certificate
Certificate provided as BLOB.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobgetBlobCertificate()Certificate as BLOB.java.util.List<Reference>getContainedExtensions()Extensions contained in the certificate.booleangetLastCertificate()Denotes whether this certificate is the certificated that fast added last.voidsetBlobCertificate(Blob blobCertificate)Certificate as BLOB.voidsetContainedExtensions(java.util.List<Reference> containedExtensions)Extensions contained in the certificate.voidsetLastCertificate(boolean lastCertificate)Denotes whether this certificate is the certificated that fast added last.-
Methods inherited from interface io.adminshell.aas.v3.model.Certificate
getPolicyAdministrationPoint, setPolicyAdministrationPoint
-
-
-
-
Method Detail
-
getBlobCertificate
Blob getBlobCertificate()
Certificate as BLOB. More information under https://admin-shell.io/aas/3/0/RC01/BlobCertificate/blobCertificate- Returns:
- Returns the Blob for the property blobCertificate.
-
setBlobCertificate
void setBlobCertificate(Blob blobCertificate)
Certificate as BLOB. More information under https://admin-shell.io/aas/3/0/RC01/BlobCertificate/blobCertificate- Parameters:
blobCertificate- desired value for the property blobCertificate.
-
getContainedExtensions
java.util.List<Reference> getContainedExtensions()
Extensions contained in the certificate. More information under https://admin-shell.io/aas/3/0/RC01/BlobCertificate/containedExtension- Returns:
- Returns the List of References for the property containedExtensions.
-
setContainedExtensions
void setContainedExtensions(java.util.List<Reference> containedExtensions)
Extensions contained in the certificate. More information under https://admin-shell.io/aas/3/0/RC01/BlobCertificate/containedExtension- Parameters:
containedExtensions- desired value for the property containedExtensions.
-
getLastCertificate
boolean getLastCertificate()
Denotes whether this certificate is the certificated that fast added last. More information under https://admin-shell.io/aas/3/0/RC01/BlobCertificate/lastCertificate- Returns:
- Returns the boolean for the property lastCertificate.
-
setLastCertificate
void setLastCertificate(boolean lastCertificate)
Denotes whether this certificate is the certificated that fast added last. More information under https://admin-shell.io/aas/3/0/RC01/BlobCertificate/lastCertificate- Parameters:
lastCertificate- desired value for the property lastCertificate.
-
-