Uses of Interface
io.adminshell.aas.v3.model.Certificate
-
Packages that use Certificate Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of Certificate in io.adminshell.aas.v3.model
Subinterfaces of Certificate in io.adminshell.aas.v3.model Modifier and Type Interface Description interfaceBlobCertificateCertificate provided as BLOB.Methods in io.adminshell.aas.v3.model that return types with arguments of type Certificate Modifier and Type Method Description java.util.List<Certificate>Security. getCertificates()Certificates of the AAS.Method parameters in io.adminshell.aas.v3.model with type arguments of type Certificate Modifier and Type Method Description voidSecurity. setCertificates(java.util.List<Certificate> certificates)Certificates of the AAS. -
Uses of Certificate in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type Certificate Modifier and Type Method Description BSecurityBuilder. certificate(Certificate certificate)This function allows adding a value to the List certificatesMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type Certificate Modifier and Type Method Description BSecurityBuilder. certificates(java.util.List<Certificate> certificates)This function allows setting a value for certificates -
Uses of Certificate in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement Certificate Modifier and Type Class Description classDefaultBlobCertificateDefault implementation of package io.adminshell.aas.v3.model.BlobCertificate Certificate provided as BLOB.Fields in io.adminshell.aas.v3.model.impl with type parameters of type Certificate Modifier and Type Field Description protected java.util.List<Certificate>DefaultSecurity. certificatesMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type Certificate Modifier and Type Method Description java.util.List<Certificate>DefaultSecurity. getCertificates()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type Certificate Modifier and Type Method Description voidDefaultSecurity. setCertificates(java.util.List<Certificate> certificates)
-