Uses of Enum
eu.europa.esig.dss.enumerations.KeyUsageBit
Package
Description
-
Uses of KeyUsageBit in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionCertificateWrapper.getKeyUsages()
Returns the defined key-usages for the certificate -
Uses of KeyUsageBit in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeMethodDescriptionXmlKeyUsages.getKeyUsageBit()
Gets the value of the keyUsageBit property. -
Uses of KeyUsageBit in eu.europa.esig.dss.enumerations
Modifier and TypeMethodDescriptionstatic KeyUsageBit
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
Modifier and TypeMethodDescriptionstatic String
KeyUsageBitParser.print
(KeyUsageBit v) Gets a text name of the value -
Uses of KeyUsageBit in eu.europa.esig.dss.model.x509
Modifier and TypeMethodDescriptionCertificateToken.getKeyUsageBits()
This method returns a listKeyUsageBit
representing the key usages of the certificate.Modifier and TypeMethodDescriptionboolean
CertificateToken.checkKeyUsage
(KeyUsageBit keyUsageBit) This method checks if the certificate contains the given key usage bit. -
Uses of KeyUsageBit in eu.europa.esig.dss.model.x509.extension
Modifier and TypeMethodDescriptionvoid
KeyUsage.setKeyUsageBits
(List<KeyUsageBit> keyUsageBits) Sets the key usage bits -
Uses of KeyUsageBit in eu.europa.esig.dss.simplecertificatereport.jaxb
-
Uses of KeyUsageBit in eu.europa.esig.dss.token.predicate
ModifierConstructorDescriptionKeyUsageKeyEntryPredicate
(KeyUsageBit... keyUsages) Default constructor -
Uses of KeyUsageBit in eu.europa.esig.dss.tsl.dto.condition
Modifier and TypeMethodDescriptionfinal KeyUsageBit
KeyUsageCondition.getBit()
Returns the key usage to be checked.ModifierConstructorDescriptionKeyUsageCondition
(KeyUsageBit bit, boolean value) Constructs a new KeyUsageCondition. -
Uses of KeyUsageBit in eu.europa.esig.trustedlist.jaxb.ecc
Modifier and TypeMethodDescriptionAdapter1.marshal
(KeyUsageBit value) void
KeyUsageBitType.setName
(KeyUsageBit value) Sets the value of the name property.