Uses of Class
org.etsi.uri._01903.v1_3.SigningCertificate
-
Packages that use SigningCertificate Package Description org.etsi.uri._01903.v1_3 -
-
Uses of SigningCertificate in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 declared as SigningCertificate Modifier and Type Field Description protected SigningCertificateCompleteCertificateRefsType. certRefsprotected SigningCertificateSignedSignatureProperties. signingCertificateMethods in org.etsi.uri._01903.v1_3 that return SigningCertificate Modifier and Type Method Description SigningCertificateObjectFactory. createSigningCertificate()Create an instance ofSigningCertificateSigningCertificateCompleteCertificateRefsType. getCertRefs()Gets the value of the certRefs property.SigningCertificateSignedSignatureProperties. getSigningCertificate()Gets the value of the signingCertificate property.SigningCertificateSigningCertificate. withCerts(Collection<CertIDType> values)SigningCertificateSigningCertificate. withCerts(List<CertIDType> value)SigningCertificateSigningCertificate. withCerts(CertIDType... values)Methods in org.etsi.uri._01903.v1_3 with parameters of type SigningCertificate Modifier and Type Method Description voidCompleteCertificateRefsType. setCertRefs(SigningCertificate value)Sets the value of the certRefs property.voidSignedSignatureProperties. setSigningCertificate(SigningCertificate value)Sets the value of the signingCertificate property.CompleteCertificateRefsTypeCompleteCertificateRefsType. withCertRefs(SigningCertificate value)SignedSignaturePropertiesSignedSignatureProperties. withSigningCertificate(SigningCertificate value)Constructors in org.etsi.uri._01903.v1_3 with parameters of type SigningCertificate Constructor Description CompleteCertificateRefsType(SigningCertificate certRefs, String id)Fully-initialising value constructorSignedSignatureProperties(ZonedDateTime signingTime, SigningCertificate signingCertificate, SignaturePolicyIdentifier signaturePolicyIdentifier, SignatureProductionPlace signatureProductionPlace, SignerRole signerRole, String id)Fully-initialising value constructor
-