Package org.wildfly.security.asn1
Interface ElytronMessages
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="ELY", length=5) @ValidIdRange(min=12,max=12) @ValidIdRange(min=7004,max=7024) interface ElytronMessages extends org.jboss.logging.BasicLogger
Log messages and exceptions for Elytron.- Author:
- David M. Lloyd, Darran Lofthouse
-
-
Field Summary
Fields Modifier and Type Field Description static ElytronMessages
log
-
Method Summary
-
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
-
-
-
Field Detail
-
log
static final ElytronMessages log
-
-
Method Detail
-
unableToLoadOidsFromPropertiesFile
@Message(id=12, value="Unable to load OIDs database from properties file") IllegalStateException unableToLoadOidsFromPropertiesFile(@Cause Throwable cause)
-
asnUnexpectedTag
@Message(id=7004, value="Unexpected ASN.1 tag encountered") ASN1Exception asnUnexpectedTag()
-
asnUnableToReadCertificateData
@Message(id=7005, value="Unable to read X.509 certificate data") ASN1Exception asnUnableToReadCertificateData(@Cause Throwable cause)
-
noSequenceToEnd
@Message(id=7009, value="No sequence to end") IllegalStateException noSequenceToEnd()
-
noSetToEnd
@Message(id=7010, value="No set to end") IllegalStateException noSetToEnd()
-
noExplicitlyTaggedElementToEnd
@Message(id=7011, value="No explicitly tagged element to end") IllegalStateException noExplicitlyTaggedElementToEnd()
-
asnUnexpectedEndOfInput
@Message(id=7012, value="Unexpected end of input") ASN1Exception asnUnexpectedEndOfInput()
-
asnInvalidNumberOfUnusedBits
@Message(id=7013, value="Invalid number of unused bits") ASN1Exception asnInvalidNumberOfUnusedBits()
-
asnNonZeroLengthForNullTypeTag
@Message(id=7014, value="Non-zero length encountered for null type tag") ASN1Exception asnNonZeroLengthForNullTypeTag()
-
asnInvalidHighTagNumberForm
@Message(id=7015, value="Invalid high-tag-number form") ASN1Exception asnInvalidHighTagNumberForm()
-
asnLengthEncodingExceeds4bytes
@Message(id=7016, value="Length encoding exceeds 4 bytes") ASN1Exception asnLengthEncodingExceeds4bytes()
-
asnInvalidOidCharacter
@Message(id=7017, value="Invalid OID character") ASN1Exception asnInvalidOidCharacter()
-
asnOidMustHaveAtLeast2Components
@Message(id=7018, value="OID must have at least 2 components") ASN1Exception asnOidMustHaveAtLeast2Components()
-
asnInvalidValueForFirstOidComponent
@Message(id=7019, value="Invalid value for first OID component; expected 0, 1, or 2") ASN1Exception asnInvalidValueForFirstOidComponent()
-
asnInvalidValueForSecondOidComponent
@Message(id=7020, value="Invalid value for second OID component; expected a value between 0 and 39 (inclusive)") ASN1Exception asnInvalidValueForSecondOidComponent()
-
asnInvalidLength
@Message(id=7021, value="Invalid length") ASN1Exception asnInvalidLength()
-
asnUnknownTagType
@Message(id=7022, value="Unknown tag type: %d") ASN1Exception asnUnknownTagType(int type)
-
asnUnexpectedCharacterByteForPrintableString
@Message(id=7023, value="Unexpected character byte for printable string") ASN1Exception asnUnexpectedCharacterByteForPrintableString()
-
asnInvalidLengthForBooleanTypeTag
@Message(id=7024, value="Invalid length encountered for boolean type tag") ASN1Exception asnInvalidLengthForBooleanTypeTag()
-
-