Uses of Class
eu.europa.esig.dss.enumerations.KeyUsageBit
-
-
-
Uses of KeyUsageBit in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type KeyUsageBit Modifier and Type Method Description List<KeyUsageBit>CertificateWrapper. getKeyUsages() -
Uses of KeyUsageBit in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type KeyUsageBit Modifier and Type Field Description protected List<KeyUsageBit>XmlCertificate. keyUsageBitsMethods in eu.europa.esig.dss.diagnostic.jaxb that return KeyUsageBit Modifier and Type Method Description KeyUsageBitAdapter14. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type KeyUsageBit Modifier and Type Method Description List<KeyUsageBit>XmlCertificate. getKeyUsageBits()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type KeyUsageBit Modifier and Type Method Description StringAdapter14. marshal(KeyUsageBit value)Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type KeyUsageBit Modifier and Type Method Description voidXmlCertificate. setKeyUsageBits(List<KeyUsageBit> keyUsageBits) -
Uses of KeyUsageBit in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return KeyUsageBit Modifier and Type Method Description static KeyUsageBitKeyUsageBit. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyUsageBit[]KeyUsageBit. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyUsageBit in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return KeyUsageBit Modifier and Type Method Description static KeyUsageBitKeyUsageBitParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type KeyUsageBit Modifier and Type Method Description static StringKeyUsageBitParser. print(KeyUsageBit v) -
Uses of KeyUsageBit in eu.europa.esig.dss.model.x509
Methods in eu.europa.esig.dss.model.x509 that return types with arguments of type KeyUsageBit Modifier and Type Method Description List<KeyUsageBit>CertificateToken. getKeyUsageBits()This method returns a listKeyUsageBitrepresenting the key usages of the certificate.Methods in eu.europa.esig.dss.model.x509 with parameters of type KeyUsageBit Modifier and Type Method Description booleanCertificateToken. checkKeyUsage(KeyUsageBit keyUsageBit)This method checks if the certificate contains the given key usage bit. -
Uses of KeyUsageBit in eu.europa.esig.dss.simplecertificatereport.jaxb
Fields in eu.europa.esig.dss.simplecertificatereport.jaxb with type parameters of type KeyUsageBit Modifier and Type Field Description protected List<KeyUsageBit>XmlChainItem. keyUsagesMethods in eu.europa.esig.dss.simplecertificatereport.jaxb that return KeyUsageBit Modifier and Type Method Description KeyUsageBitAdapter2. unmarshal(String value)Methods in eu.europa.esig.dss.simplecertificatereport.jaxb that return types with arguments of type KeyUsageBit Modifier and Type Method Description List<KeyUsageBit>XmlChainItem. getKeyUsages()Methods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type KeyUsageBit Modifier and Type Method Description StringAdapter2. marshal(KeyUsageBit value)Method parameters in eu.europa.esig.dss.simplecertificatereport.jaxb with type arguments of type KeyUsageBit Modifier and Type Method Description voidXmlChainItem. setKeyUsages(List<KeyUsageBit> keyUsages) -
Uses of KeyUsageBit in eu.europa.esig.dss.tsl
Methods in eu.europa.esig.dss.tsl that return KeyUsageBit Modifier and Type Method Description KeyUsageBitKeyUsageCondition. getBit()Returns the key usage to be checked.Constructors in eu.europa.esig.dss.tsl with parameters of type KeyUsageBit Constructor Description KeyUsageCondition(KeyUsageBit bit, boolean value)Constructs a new KeyUsageCondition. -
Uses of KeyUsageBit in eu.europa.esig.trustedlist.jaxb.ecc
Fields in eu.europa.esig.trustedlist.jaxb.ecc declared as KeyUsageBit Modifier and Type Field Description protected KeyUsageBitKeyUsageBitType. nameMethods in eu.europa.esig.trustedlist.jaxb.ecc that return KeyUsageBit Modifier and Type Method Description KeyUsageBitKeyUsageBitType. getName()Gets the value of the name property.KeyUsageBitAdapter1. unmarshal(String value)Methods in eu.europa.esig.trustedlist.jaxb.ecc with parameters of type KeyUsageBit Modifier and Type Method Description StringAdapter1. marshal(KeyUsageBit value)voidKeyUsageBitType. setName(KeyUsageBit value)Sets the value of the name property.
-