Uses of Class
network.oxalis.commons.certvalidator.jaxb.ExtensionType
-
Packages that use ExtensionType Package Description network.oxalis.commons.certvalidator.jaxb -
-
Uses of ExtensionType in network.oxalis.commons.certvalidator.jaxb
Fields in network.oxalis.commons.certvalidator.jaxb with type parameters of type ExtensionType Modifier and Type Field Description protected List<ExtensionType>ChainType. extensionprotected List<ExtensionType>CriticalExtensionRecognizedType. extensionprotected List<ExtensionType>CriticalExtensionRequiredType. extensionprotected List<ExtensionType>CRLType. extensionprotected List<ExtensionType>ExpirationType. extensionprotected List<ExtensionType>KeyUsageType. extensionprotected List<ExtensionType>OCSPType. extensionprotected List<ExtensionType>PrincipleNameType. extensionprotected List<ExtensionType>ValidatorRecipe. extensionMethods in network.oxalis.commons.certvalidator.jaxb that return ExtensionType Modifier and Type Method Description ExtensionTypeObjectFactory. createExtensionType()Create an instance ofExtensionTypeMethods in network.oxalis.commons.certvalidator.jaxb that return types with arguments of type ExtensionType Modifier and Type Method Description List<ExtensionType>ChainType. getExtension()Gets the value of the extension property.List<ExtensionType>CriticalExtensionRecognizedType. getExtension()Gets the value of the extension property.List<ExtensionType>CriticalExtensionRequiredType. getExtension()Gets the value of the extension property.List<ExtensionType>CRLType. getExtension()Gets the value of the extension property.List<ExtensionType>ExpirationType. getExtension()Gets the value of the extension property.List<ExtensionType>KeyUsageType. getExtension()Gets the value of the extension property.List<ExtensionType>OCSPType. getExtension()Gets the value of the extension property.List<ExtensionType>PrincipleNameType. getExtension()Gets the value of the extension property.List<ExtensionType>ValidatorRecipe. getExtension()Gets the value of the extension property.
-