Uses of Class
org.etsi.uri._01903.v1_3.CertIDType
-
Packages that use CertIDType Package Description org.etsi.uri._01903.v1_3 -
-
Uses of CertIDType in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 with type parameters of type CertIDType Modifier and Type Field Description protected List<CertIDType>SigningCertificate. certsMethods in org.etsi.uri._01903.v1_3 that return CertIDType Modifier and Type Method Description CertIDTypeObjectFactory. createCertIDType()Create an instance ofCertIDTypeCertIDTypeCertIDType. withCertDigest(DigestAlgAndValueType value)CertIDTypeCertIDType. withIssuerSerial(no.digipost.org.w3.xmldsig.X509IssuerSerialType value)CertIDTypeCertIDType. withURI(String value)Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type CertIDType Modifier and Type Method Description List<CertIDType>SigningCertificate. getCerts()Gets the value of the certs property.Methods in org.etsi.uri._01903.v1_3 with parameters of type CertIDType Modifier and Type Method Description SigningCertificateSigningCertificate. withCerts(CertIDType... values)Method parameters in org.etsi.uri._01903.v1_3 with type arguments of type CertIDType Modifier and Type Method Description voidSigningCertificate. setCerts(List<CertIDType> value)SigningCertificateSigningCertificate. withCerts(Collection<CertIDType> values)SigningCertificateSigningCertificate. withCerts(List<CertIDType> value)Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type CertIDType Constructor Description SigningCertificate(List<CertIDType> certs)Fully-initialising value constructor
-