thrownewIllegalArgumentException("subjectAltName 'otherName' sequence's second object is expected to be a tagged value of which the tag number is 0. The tag number that was detected: "+tagNo);
}
subjectAlternativeNames.add(
newDERTaggedObject(false,
GeneralName.otherName,
newDERSequence(
newASN1Encodable[]{
typeId,
taggedValue
}
)
)
);
}
catch(Exceptione)
{
Log.warn("Unable to parse certificate SAN 'otherName' value",e);