Uses of Class
org.wildfly.security.asn1.ASN1Exception
Packages that use ASN1Exception
Package
Description
AS1 constants and utilities.
Package to hold utility classes of the Elytron project.
Package containing X.500 representations.
-
Uses of ASN1Exception in org.wildfly.security.asn1
Methods in org.wildfly.security.asn1 that return ASN1ExceptionModifier and TypeMethodDescriptionfinal ASN1ExceptionElytronMessages_$logger.asnInvalidHighTagNumberForm()final ASN1ExceptionElytronMessages_$logger.asnInvalidLength()final ASN1ExceptionElytronMessages_$logger.asnInvalidLengthForBooleanTypeTag()final ASN1ExceptionElytronMessages_$logger.asnInvalidNumberOfUnusedBits()final ASN1ExceptionElytronMessages_$logger.asnInvalidOidCharacter()final ASN1ExceptionElytronMessages_$logger.asnInvalidValueForFirstOidComponent()final ASN1ExceptionElytronMessages_$logger.asnInvalidValueForSecondOidComponent()final ASN1ExceptionElytronMessages_$logger.asnLengthEncodingExceeds4bytes()final ASN1ExceptionElytronMessages_$logger.asnNonZeroLengthForNullTypeTag()final ASN1ExceptionElytronMessages_$logger.asnOidMustHaveAtLeast2Components()final ASN1ExceptionElytronMessages_$logger.asnUnableToReadCertificateData(Throwable cause) final ASN1ExceptionElytronMessages_$logger.asnUnexpectedCharacterByteForPrintableString()final ASN1ExceptionElytronMessages_$logger.asnUnexpectedEndOfInput()final ASN1ExceptionElytronMessages_$logger.asnUnexpectedTag()final ASN1ExceptionElytronMessages_$logger.asnUnknownTagType(int type) Methods in org.wildfly.security.asn1 that throw ASN1ExceptionModifier and TypeMethodDescriptionbyte[]ASN1Decoder.decodeBitString()Decode the next ASN.1 element as a bit string.byte[]DERDecoder.decodeBitString()ASN1Decoder.decodeBitStringAsString()Decode the next ASN.1 element as a bit string.DERDecoder.decodeBitStringAsString()default StringASN1Decoder.decodeBMPString()Decode the next ASN.1 element as an BMPString.DERDecoder.decodeBMPString()default byte[]ASN1Decoder.decodeBMPStringAsBytes()Decode the next ASN.1 element as an BMPString.byte[]DERDecoder.decodeBMPStringAsBytes()booleanASN1Decoder.decodeBoolean()Decode the next ASN.1 element as a boolean value.booleanDERDecoder.decodeBoolean()ASN1Decoder.decodeIA5String()Decode the next ASN.1 element as an IA5 string.DERDecoder.decodeIA5String()byte[]ASN1Decoder.decodeIA5StringAsBytes()Decode the next ASN.1 element as an IA5 string.byte[]DERDecoder.decodeIA5StringAsBytes()DERDecoder.decodeInteger()voidASN1Decoder.decodeNull()Decode the next ASN.1 element as a null element.voidDERDecoder.decodeNull()ASN1Decoder.decodeObjectIdentifier()Decode the next ASN.1 element as an object identifier.DERDecoder.decodeObjectIdentifier()byte[]ASN1Decoder.decodeOctetString()Decode the next ASN.1 element as an octet string.byte[]DERDecoder.decodeOctetString()ASN1Decoder.decodeOctetStringAsString()Decode the next ASN.1 element as an octet string.ASN1Decoder.decodeOctetStringAsString(String charSet) Decode the next ASN.1 element as an octet string.DERDecoder.decodeOctetStringAsString()DERDecoder.decodeOctetStringAsString(String charSet) ASN1Decoder.decodePrintableString()Decode the next ASN.1 element as a PrintableString.DERDecoder.decodePrintableString()byte[]ASN1Decoder.decodePrintableStringAsBytes()Decode the next ASN.1 element as a PrintableString.byte[]DERDecoder.decodePrintableStringAsBytes()default StringASN1Decoder.decodeUniversalString()Decode the next ASN.1 element as an UniversalString.DERDecoder.decodeUniversalString()default byte[]ASN1Decoder.decodeUniversalStringAsBytes()Decode the next ASN.1 element as an UniversalString.byte[]DERDecoder.decodeUniversalStringAsBytes()default StringASN1Decoder.decodeUtf8String()Decode the next ASN.1 element as an UTF8String.DERDecoder.decodeUtf8String()default byte[]ASN1Decoder.decodeUtf8StringAsBytes()Decode the next ASN.1 element as an UTF8String.byte[]DERDecoder.decodeUtf8StringAsBytes()byte[]ASN1Decoder.drainElement()Drain all of the bytes from the next ASN.1 element.byte[]DERDecoder.drainElement()byte[]ASN1Decoder.drainElementValue()Drain the value bytes from the next ASN.1 element.byte[]DERDecoder.drainElementValue()voidASN1Encoder.encodeObjectIdentifier(String objectIdentifier) Encode an ASN.1 object identifier value.voidDEREncoder.encodeObjectIdentifier(String objectIdentifier) voidASN1Decoder.endExplicit()Advance to the end of an explicitly tagged element.voidDERDecoder.endExplicit()voidASN1Decoder.endSequence()Advance to the end of a sequence.voidDERDecoder.endSequence()voidASN1Decoder.endSet()Advance to the end of a set.voidDERDecoder.endSet()voidASN1Decoder.endSetOf()Advance to the end of a "set of" element.voidDERDecoder.endSetOf()intASN1Decoder.peekType()Retrieve the type of the next ASN.1 element without actually decoding the next element.intDERDecoder.peekType()voidASN1Decoder.skipElement()Skip over the next ASN.1 element.voidDERDecoder.skipElement()voidASN1Decoder.startExplicit(int number) Start decoding an ASN.1 explicitly tagged element.voidASN1Decoder.startExplicit(int clazz, int number) Start decoding an ASN.1 explicitly tagged element.voidDERDecoder.startExplicit(int number) voidDERDecoder.startExplicit(int clazz, int number) voidASN1Decoder.startSequence()Start decoding an ASN.1 sequence.voidDERDecoder.startSequence()voidASN1Decoder.startSet()Start decoding an ASN.1 set.voidDERDecoder.startSet()voidASN1Decoder.startSetOf()Start decoding an ASN.1 "set of" element.voidDERDecoder.startSetOf()static voidASN1.validatePrintableByte(int b) -
Uses of ASN1Exception in org.wildfly.security.mechanism._private
Methods in org.wildfly.security.mechanism._private that return ASN1ExceptionModifier and TypeMethodDescriptionfinal ASN1ExceptionElytronMessages_$logger.asnInvalidGeneralNameType()ElytronMessages.asnInvalidGeneralNameType()final ASN1ExceptionElytronMessages_$logger.asnUnexpectedTag()ElytronMessages.asnUnexpectedTag()final ASN1ExceptionElytronMessages_$logger.asnUnrecognisedAlgorithm(String algorithm) ElytronMessages.asnUnrecognisedAlgorithm(String algorithm) -
Uses of ASN1Exception in org.wildfly.security.util
Methods in org.wildfly.security.util that throw ASN1ExceptionModifier and TypeMethodDescriptionprotected abstract PAbstractAlgorithmParametersSpiImpl.engineDecode(ASN1Decoder decoder) Decode a parameter instance.protected abstract voidAbstractAlgorithmParametersSpiImpl.engineEncode(ASN1Encoder encoder, P parameters) Encode a parameter instance. -
Uses of ASN1Exception in org.wildfly.security.x500
Methods in org.wildfly.security.x500 that throw ASN1ExceptionModifier and TypeMethodDescriptionabstract voidTrustedAuthority.encodeTo(ASN1Encoder encoder) Encode thisTrustedAuthelement using the given trusted authority and DER encoder, whereTrustedAuthis defined as:Constructors in org.wildfly.security.x500 that throw ASN1ExceptionModifierConstructorDescriptionEDIPartyName(byte[] encodedName) Create anEDIPartyNamethat is defined as:EDIPartyName(byte[] encoded, boolean valueBytesOnly) Create anEDIPartyNamethat is defined as:OtherName(byte[] encodedName) Create anOtherNamethat is defined as:Create anOtherNamethat is defined as:X400Address(byte[] encodedName) Create anX400Addressthat is defined as:X400Address(byte[] encoded, boolean valueBytesOnly) Create anX400Addressthat is defined as: -
Uses of ASN1Exception in org.wildfly.security.x500._private
Methods in org.wildfly.security.x500._private that return ASN1ExceptionModifier and TypeMethodDescriptionfinal ASN1ExceptionElytronMessages_$logger.asnInvalidGeneralNameForIpAddressType()ElytronMessages.asnInvalidGeneralNameForIpAddressType()final ASN1ExceptionElytronMessages_$logger.asnInvalidGeneralNameForUriType(Throwable cause) ElytronMessages.asnInvalidGeneralNameForUriType(Throwable cause) final ASN1ExceptionElytronMessages_$logger.asnInvalidGeneralNameForUriTypeMissingScheme()ElytronMessages.asnInvalidGeneralNameForUriTypeMissingScheme()final ASN1ExceptionElytronMessages_$logger.asnIpAddressGeneralNameCannotBeResolved(Throwable cause) ElytronMessages.asnIpAddressGeneralNameCannotBeResolved(Throwable cause) -
Uses of ASN1Exception in org.wildfly.security.x500.cert._private
Methods in org.wildfly.security.x500.cert._private that return ASN1ExceptionModifier and TypeMethodDescriptionfinal ASN1ExceptionElytronMessages_$logger.asnUnexpectedTag()ElytronMessages.asnUnexpectedTag()final ASN1ExceptionElytronMessages_$logger.asnUnrecognisedAlgorithm(String algorithm) ElytronMessages.asnUnrecognisedAlgorithm(String algorithm)