Uses of Class
org.apache.xml.security.exceptions.DERDecodingException
-
Packages that use DERDecodingException Package Description org.apache.xml.security.utils -
-
Uses of DERDecodingException in org.apache.xml.security.utils
Methods in org.apache.xml.security.utils that throw DERDecodingException Modifier and Type Method Description static byte[]DERDecoderUtils. getAlgorithmIdBytes(InputStream derEncodedIS)Simple method parses an ASN.1 encoded byte array.static StringDERDecoderUtils. getAlgorithmIdFromPublicKey(PublicKey publicKey)The method extracts the algorithm OID from the public key and returns it as "dot encoded" OID string.static intDERDecoderUtils. readLength(InputStream derEncodedIs)Get the DER length at the current position.static byte[]DERDecoderUtils. readObjectIdentifier(InputStream derEncodedIS)Read the next object identifier from the given DER-encoded input stream.
-