A B C D E F G H I K N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- APPLICATION_SPECIFIC_MASK - Static variable in class org.wildfly.security.asn1.ASN1
-
Mask used to determine if a type tag is application-specific.
- ASN1 - Class in org.wildfly.security.asn1
-
A class that contains ASN.1 constants and utilities.
- ASN1() - Constructor for class org.wildfly.security.asn1.ASN1
- ASN1Decoder - Interface in org.wildfly.security.asn1
-
An interface for decoding ASN.1 encoded values from an input stream.
- ASN1Encodable - Interface in org.wildfly.security.asn1
-
An object which can be encoded into an ASN.1 encoder.
- ASN1Encoder - Interface in org.wildfly.security.asn1
-
An interface for encoding ASN.1 values.
- ASN1Exception - Exception in org.wildfly.security.asn1
-
An exception that indicates that ASN.1 encoding or decoding has failed due to invalid input.
- ASN1Exception() - Constructor for exception org.wildfly.security.asn1.ASN1Exception
-
Constructs a new
ASN1Exceptioninstance. - ASN1Exception(String) - Constructor for exception org.wildfly.security.asn1.ASN1Exception
-
Constructs a new
ASN1Exceptioninstance with an initial message. - ASN1Exception(String, Throwable) - Constructor for exception org.wildfly.security.asn1.ASN1Exception
-
Constructs a new
ASN1Exceptioninstance with an initial message and cause. - ASN1Exception(Throwable) - Constructor for exception org.wildfly.security.asn1.ASN1Exception
-
Constructs a new
ASN1Exceptioninstance with an initial cause. - attributeNameToOid(OidsUtil.Category, String) - Static method in class org.wildfly.security.asn1.OidsUtil
-
Convert an X.500 attribute name (AVA keyword) to OID
B
- BIT_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal bit string type tag.
- BMP_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal BMP (UTF-16 big-endian) string type tag.
- BOOLEAN_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal boolean type tag.
C
- CLASS_MASK - Static variable in class org.wildfly.security.asn1.ASN1
-
Mask used to obtain the class bits from a type tag.
- CONSTRUCTED_MASK - Static variable in class org.wildfly.security.asn1.ASN1
-
Mask used to determine if a type tag is constructed.
- CONTEXT_SPECIFIC_MASK - Static variable in class org.wildfly.security.asn1.ASN1
-
Mask used to determine if a type tag is context-specific.
D
- decodeBitString() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as a bit string.
- decodeBitString() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeBitStringAsInteger() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as a bit string where the value is a ASN.1 INTEGER.
- decodeBitStringAsInteger() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeBitStringAsString() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as a bit string.
- decodeBitStringAsString() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeBMPString() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an BMPString.
- decodeBMPString() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeBMPStringAsBytes() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an BMPString.
- decodeBMPStringAsBytes() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeBoolean() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as a boolean value.
- decodeBoolean() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeIA5String() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an IA5 string.
- decodeIA5String() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeIA5StringAsBytes() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an IA5 string.
- decodeIA5StringAsBytes() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeImplicit(int) - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Indicate that the next ASN.1 element has the given implicit, context-specific tag.
- decodeImplicit(int) - Method in class org.wildfly.security.asn1.DERDecoder
- decodeImplicit(int, int) - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Indicate that the next ASN.1 element has the given implicit tag.
- decodeImplicit(int, int) - Method in class org.wildfly.security.asn1.DERDecoder
- decodeInteger() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an integer.
- decodeInteger() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeNull() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as a null element.
- decodeNull() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeObjectIdentifier() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an object identifier.
- decodeObjectIdentifier() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeObjectIdentifierAsKeyAlgorithm() - Method in class org.wildfly.security.asn1.DERDecoder
-
Decodes an OID and resolve its corresponding key algorithm.
- decodeOctetString() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an octet string.
- decodeOctetString() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeOctetStringAsString() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an octet string.
- decodeOctetStringAsString() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeOctetStringAsString(String) - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an octet string.
- decodeOctetStringAsString(String) - Method in class org.wildfly.security.asn1.DERDecoder
- decodePrintableString() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as a PrintableString.
- decodePrintableString() - Method in class org.wildfly.security.asn1.DERDecoder
- decodePrintableStringAsBytes() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as a PrintableString.
- decodePrintableStringAsBytes() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeUniversalString() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an UniversalString.
- decodeUniversalString() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeUniversalStringAsBytes() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an UniversalString.
- decodeUniversalStringAsBytes() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeUtf8String() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an UTF8String.
- decodeUtf8String() - Method in class org.wildfly.security.asn1.DERDecoder
- decodeUtf8StringAsBytes() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Decode the next ASN.1 element as an UTF8String.
- decodeUtf8StringAsBytes() - Method in class org.wildfly.security.asn1.DERDecoder
- DERDecoder - Class in org.wildfly.security.asn1
-
A class used to decode ASN.1 values that have been encoded using the Distinguished Encoding Rules (DER).
- DERDecoder(byte[]) - Constructor for class org.wildfly.security.asn1.DERDecoder
-
Create a DER decoder that will decode values from the given byte array.
- DERDecoder(byte[], int, int) - Constructor for class org.wildfly.security.asn1.DERDecoder
-
Create a DER decoder that will decode values from the given byte array.
- DEREncoder - Class in org.wildfly.security.asn1
-
A class used to encode ASN.1 values using the Distinguished Encoding Rules (DER), as specified in ITU-T X.690.
- DEREncoder() - Constructor for class org.wildfly.security.asn1.DEREncoder
-
Create a DER encoder.
- drain() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Drain all of the remaining bytes from the input stream.
- drain() - Method in class org.wildfly.security.asn1.DERDecoder
- drainElement() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Drain all of the bytes from the next ASN.1 element.
- drainElement() - Method in class org.wildfly.security.asn1.DERDecoder
- drainElementValue() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Drain the value bytes from the next ASN.1 element.
- drainElementValue() - Method in class org.wildfly.security.asn1.DERDecoder
E
- encodeBitString(byte[]) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 bit string value.
- encodeBitString(byte[]) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeBitString(byte[], int) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 bit string value.
- encodeBitString(byte[], int) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeBitString(String) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 bit string value.
- encodeBitString(String) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeBitString(BigInteger) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 bit string where the value represents the binary form of the given
integer. - encodeBitString(BigInteger) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeBitString(BitSet) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 bit string value.
- encodeBitString(BitSet) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeBitString(EnumSet<?>) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an enum set as an ASN.1 bit string, with each ordinal value of the set representing a single bit.
- encodeBitString(EnumSet<?>) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeBMPString(String) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 BMPString string value.
- encodeBMPString(String) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeBoolean(boolean) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1
booleanvalue. - encodeBoolean(boolean) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeGeneralizedTime(ZonedDateTime) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 GeneralizedTime type.
- encodeGeneralizedTime(ZonedDateTime) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeIA5String(byte[]) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 IA5 string value.
- encodeIA5String(byte[]) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeIA5String(String) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 IA5 string value.
- encodeIA5String(String) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeImplicit(int) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Indicate that the next encode operation should encode an ASN.1 value using the given implicit, context-specific tag.
- encodeImplicit(int) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeImplicit(int, int) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Indicate that the next encode operation should encode an ASN.1 value using the given implicit tag.
- encodeImplicit(int, int) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeInteger(int) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1
integervalue. - encodeInteger(BigInteger) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1
integervalue. - encodeInteger(BigInteger) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeNull() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 null value.
- encodeNull() - Method in class org.wildfly.security.asn1.DEREncoder
- encodeObjectIdentifier(String) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 object identifier value.
- encodeObjectIdentifier(String) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeOctetString(byte[]) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 octet string value.
- encodeOctetString(byte[]) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeOctetString(String) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 octet string value.
- encodeOctetString(String) - Method in class org.wildfly.security.asn1.DEREncoder
- encodePrintableString(byte[]) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 printable string value.
- encodePrintableString(byte[]) - Method in class org.wildfly.security.asn1.DEREncoder
- encodePrintableString(String) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 printable string value.
- encodePrintableString(String) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeTo(ASN1Encoder) - Method in interface org.wildfly.security.asn1.ASN1Encodable
-
Encode this object.
- encodeUniversalString(String) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 UniversalString string value.
- encodeUniversalString(String) - Method in class org.wildfly.security.asn1.DEREncoder
- encodeUTF8String(String) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Encode an ASN.1 UTF8String string value.
- encodeUTF8String(String) - Method in class org.wildfly.security.asn1.DEREncoder
- endExplicit() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Advance to the end of an explicitly tagged element.
- endExplicit() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Finish encoding an ASN.1 explicitly tagged element.
- endExplicit() - Method in class org.wildfly.security.asn1.DERDecoder
- endExplicit() - Method in class org.wildfly.security.asn1.DEREncoder
- endSequence() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Advance to the end of a sequence.
- endSequence() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Finish encoding an ASN.1 sequence.
- endSequence() - Method in class org.wildfly.security.asn1.DERDecoder
- endSequence() - Method in class org.wildfly.security.asn1.DEREncoder
- endSet() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Advance to the end of a set.
- endSet() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Finish encoding an ASN.1 set.
- endSet() - Method in class org.wildfly.security.asn1.DERDecoder
- endSet() - Method in class org.wildfly.security.asn1.DEREncoder
- endSetOf() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Advance to the end of a "set of" element.
- endSetOf() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Finish encoding an ASN.1 "set of" element.
- endSetOf() - Method in class org.wildfly.security.asn1.DERDecoder
- endSetOf() - Method in class org.wildfly.security.asn1.DEREncoder
F
- flush() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Flush the encoder, writing any saved ASN.1 encoded values to the target destination.
- flush() - Method in class org.wildfly.security.asn1.DEREncoder
- formatAsn1(ASN1Decoder) - Static method in class org.wildfly.security.asn1.ASN1
-
Format an AS.1 string from the given decoder as a string.
- formatAsn1(ASN1Decoder, StringBuilder) - Static method in class org.wildfly.security.asn1.ASN1
-
Format an ASN.1 string from the given decoder as a string.
G
- GENERALIZED_TIME_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
A type for representing timestamps.
- getEncoded() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Get the ASN.1 encoded bytes.
- getEncoded() - Method in class org.wildfly.security.asn1.DEREncoder
- GSS - org.wildfly.security.asn1.OidsUtil.Category
H
- hasNextElement() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Determine if there is at least one more ASN.1 element that can be read.
- hasNextElement() - Method in class org.wildfly.security.asn1.DERDecoder
I
- IA5_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal IA5 string type tag.
- INTEGER_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal integer type tag.
- isNextType(int, int, boolean) - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Determine if the type of the next ASN.1 element matches the given type without actually decoding the next element.
- isNextType(int, int, boolean) - Method in class org.wildfly.security.asn1.DERDecoder
K
- keyAlgorithmFromOid(String) - Static method in class org.wildfly.security.asn1.ASN1
-
Resolves a key algorithm based on a given
oid.
N
O
- OBJECT_IDENTIFIER_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal object identifier type tag.
- OCTET_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal octet string type tag.
- ofBMPString(String) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will encode the given string as BMP (UTF-16BE).
- ofEncodedBytes(byte[]) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will write the given encoded bytes.
- ofIA5String(String) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will encode the given string in IA5 form.
- ofInteger(int) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will encode the given integer.
- ofInteger(BigInteger) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will encode the given integer.
- ofOid(String) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will encode the given object identifier.
- ofPrintableString(String) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will encode the given string in "printable" form.
- ofUniversalString(String) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will encode the given string as universal (UTF-32BE).
- ofUtf8String(String) - Static method in interface org.wildfly.security.asn1.ASN1Encodable
-
Create an instance that will encode the given string as UTF-8.
- OID_DSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Algorithm ID for DSA keys used for any purpose.
- OID_EC - Static variable in class org.wildfly.security.asn1.ASN1
-
Algorithm ID for EC keys used for any purpose.
- OID_EXTENSION_REQUEST - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the PKCS #9
extensionRequestattribute. - OID_MD2 - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the MD2 hash algorithm.
- OID_MD2_WITH_RSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the MD2 with RSA signature algorithm.
- OID_MD4_WITH_RSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the MD4 with RSA signature algorithm.
- OID_MD5 - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the MD5 hash algorithm.
- OID_MD5_WITH_RSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the MD5 with RSA signature algorithm.
- OID_RSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Algorithm ID for RSA keys used for any purpose.
- OID_SHA1 - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA1 hash algorithm.
- OID_SHA1_WITH_DSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA1 with DSA signature algorithm.
- OID_SHA1_WITH_ECDSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA1 with ECDSA signature algorithm.
- OID_SHA1_WITH_RSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA1 with RSA signature algorithm.
- OID_SHA224_WITH_ECDSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA-225 with ECDSA signature algorithm.
- OID_SHA256_WITH_DSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA256 with DSA signature algorithm.
- OID_SHA256_WITH_ECDSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA-256 with ECDSA signature algorithm.
- OID_SHA256_WITH_RSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA-256 with RSA signature algorithm.
- OID_SHA384_WITH_ECDSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA-384 with ECDSA signature algorithm.
- OID_SHA384_WITH_RSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA-384 with RSA signature algorithm.
- OID_SHA512_WITH_ECDSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA-512 with ECDSA signature algorithm.
- OID_SHA512_WITH_RSA - Static variable in class org.wildfly.security.asn1.ASN1
-
Object identifier for the SHA-512 with RSA signature algorithm.
- oidFromSignatureAlgorithm(String) - Static method in class org.wildfly.security.asn1.ASN1
- OidsUtil - Class in org.wildfly.security.asn1
-
OIDs to attribute name and back conversion utility.
- OidsUtil() - Constructor for class org.wildfly.security.asn1.OidsUtil
- OidsUtil.Category - Enum in org.wildfly.security.asn1
-
Category of mapping - determine context of the mapping
- oidToAttributeName(OidsUtil.Category, String) - Static method in class org.wildfly.security.asn1.OidsUtil
-
Convert an X.500 attribute name (AVA keyword) to OID
- org.wildfly.security.asn1 - package org.wildfly.security.asn1
-
AS1 constants and utilities.
P
- peekType() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Retrieve the type of the next ASN.1 element without actually decoding the next element.
- peekType() - Method in class org.wildfly.security.asn1.DERDecoder
- PRINTABLE_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal printable string type tag.
R
- RDN - org.wildfly.security.asn1.OidsUtil.Category
S
- SEQUENCE_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal sequence type tag.
- SET_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal set type tag.
- signatureAlgorithmFromOid(String) - Static method in class org.wildfly.security.asn1.ASN1
- skipElement() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Skip over the next ASN.1 element.
- skipElement() - Method in class org.wildfly.security.asn1.DERDecoder
- startExplicit(int) - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Start decoding an ASN.1 explicitly tagged element.
- startExplicit(int) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Start encoding an ASN.1 explicitly tagged element.
- startExplicit(int) - Method in class org.wildfly.security.asn1.DERDecoder
- startExplicit(int) - Method in class org.wildfly.security.asn1.DEREncoder
- startExplicit(int, int) - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Start decoding an ASN.1 explicitly tagged element.
- startExplicit(int, int) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Start encoding an ASN.1 explicitly tagged element.
- startExplicit(int, int) - Method in class org.wildfly.security.asn1.DERDecoder
- startExplicit(int, int) - Method in class org.wildfly.security.asn1.DEREncoder
- startSequence() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Start decoding an ASN.1 sequence.
- startSequence() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Start encoding an ASN.1 sequence.
- startSequence() - Method in class org.wildfly.security.asn1.DERDecoder
- startSequence() - Method in class org.wildfly.security.asn1.DEREncoder
- startSet() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Start decoding an ASN.1 set.
- startSet() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Start encoding an ASN.1 set.
- startSet() - Method in class org.wildfly.security.asn1.DERDecoder
- startSet() - Method in class org.wildfly.security.asn1.DEREncoder
- startSetOf() - Method in interface org.wildfly.security.asn1.ASN1Decoder
-
Start decoding an ASN.1 "set of" element.
- startSetOf() - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Start encoding an ASN.1 "set of" element.
- startSetOf() - Method in class org.wildfly.security.asn1.DERDecoder
- startSetOf() - Method in class org.wildfly.security.asn1.DEREncoder
T
- TAG_NUMBER_MASK - Static variable in class org.wildfly.security.asn1.ASN1
-
Mask used to obtain the tag number bits from a type tag.
U
- UNIVERSAL_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal (UTF-32 big-endian) string type tag.
- UTF8_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
-
The universal UTF-8 string type tag.
V
- validatePrintableByte(int) - Static method in class org.wildfly.security.asn1.ASN1
- valueOf(String) - Static method in enum org.wildfly.security.asn1.OidsUtil.Category
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.security.asn1.OidsUtil.Category
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- writeEncoded(byte[]) - Method in interface org.wildfly.security.asn1.ASN1Encoder
-
Write an already encoded ASN.1 value to the target destination.
- writeEncoded(byte[]) - Method in class org.wildfly.security.asn1.DEREncoder
All Classes All Packages