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. keyUsageBits
Methods in eu.europa.esig.dss.diagnostic.jaxb that return KeyUsageBit Modifier and Type Method Description KeyUsageBit
Adapter16. 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 String
Adapter16. marshal(KeyUsageBit value)
Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type KeyUsageBit Modifier and Type Method Description void
XmlCertificate. 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 KeyUsageBit
KeyUsageBit. 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 KeyUsageBit
KeyUsageBitParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type KeyUsageBit Modifier and Type Method Description static String
KeyUsageBitParser. 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 listKeyUsageBit
representing the key usages of the certificate.Methods in eu.europa.esig.dss.model.x509 with parameters of type KeyUsageBit Modifier and Type Method Description boolean
CertificateToken. 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. keyUsages
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb that return KeyUsageBit Modifier and Type Method Description KeyUsageBit
Adapter2. 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 String
Adapter2. marshal(KeyUsageBit value)
Method parameters in eu.europa.esig.dss.simplecertificatereport.jaxb with type arguments of type KeyUsageBit Modifier and Type Method Description void
XmlChainItem. setKeyUsages(List<KeyUsageBit> keyUsages)
-
Uses of KeyUsageBit in eu.europa.esig.dss.tsl.dto.condition
Methods in eu.europa.esig.dss.tsl.dto.condition that return KeyUsageBit Modifier and Type Method Description KeyUsageBit
KeyUsageCondition. getBit()
Returns the key usage to be checked.Constructors in eu.europa.esig.dss.tsl.dto.condition 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 KeyUsageBit
KeyUsageBitType. name
Methods in eu.europa.esig.trustedlist.jaxb.ecc that return KeyUsageBit Modifier and Type Method Description KeyUsageBit
KeyUsageBitType. getName()
Gets the value of the name property.KeyUsageBit
Adapter1. unmarshal(String value)
Methods in eu.europa.esig.trustedlist.jaxb.ecc with parameters of type KeyUsageBit Modifier and Type Method Description String
Adapter1. marshal(KeyUsageBit value)
void
KeyUsageBitType. setName(KeyUsageBit value)
Sets the value of the name property.