Uses of Class
org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Packages that use CRLIdentifierType Package Description org.etsi.uri._01903.v1_3 -
-
Uses of CRLIdentifierType in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 declared as CRLIdentifierType Modifier and Type Field Description protected CRLIdentifierTypeCRLRefType. crlIdentifierMethods in org.etsi.uri._01903.v1_3 that return CRLIdentifierType Modifier and Type Method Description CRLIdentifierTypeObjectFactory. createCRLIdentifierType()Create an instance ofCRLIdentifierTypeCRLIdentifierTypeCRLRefType. getCRLIdentifier()Gets the value of the crlIdentifier property.CRLIdentifierTypeCRLIdentifierType. withIssuer(String value)CRLIdentifierTypeCRLIdentifierType. withIssueTime(ZonedDateTime value)CRLIdentifierTypeCRLIdentifierType. withNumber(BigInteger value)CRLIdentifierTypeCRLIdentifierType. withURI(String value)Methods in org.etsi.uri._01903.v1_3 with parameters of type CRLIdentifierType Modifier and Type Method Description voidCRLRefType. setCRLIdentifier(CRLIdentifierType value)Sets the value of the crlIdentifier property.CRLRefTypeCRLRefType. withCRLIdentifier(CRLIdentifierType value)Constructors in org.etsi.uri._01903.v1_3 with parameters of type CRLIdentifierType Constructor Description CRLRefType(DigestAlgAndValueType digestAlgAndValue, CRLIdentifierType crlIdentifier)Fully-initialising value constructor
-