Skip to content

Commit

Permalink
JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Nov 24, 2021
1 parent 6376416 commit 0a24b14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static ASN1GeneralString getInstance(Object obj)
/**
* Return a GeneralString from a tagged object.
*
* @param obj the tagged object holding the object we want
* @param taggedObject the tagged object holding the object we want
* @param explicit true if the object is meant to be explicitly tagged false
* otherwise.
* @exception IllegalArgumentException if the tagged object cannot be converted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static ASN1IA5String getInstance(Object obj)
/**
* Return an IA5 String from a tagged object.
*
* @param obj the tagged object holding the object we want
* @param taggedObject the tagged object holding the object we want
* @param explicit true if the object is meant to be explicitly
* tagged false otherwise.
* @exception IllegalArgumentException if the tagged object cannot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static ASN1T61String getInstance(Object obj)
/**
* Return an T61 String from a tagged object.
*
* @param obj the tagged object holding the object we want
* @param taggedObject the tagged object holding the object we want
* @param explicit true if the object is meant to be explicitly tagged false
* otherwise.
* @exception IllegalArgumentException if the tagged object cannot be converted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static ASN1UniversalString getInstance(Object obj)
/**
* Return a Universal String from a tagged object.
*
* @param obj the tagged object holding the object we want
* @param taggedObject the tagged object holding the object we want
* @param explicit true if the object is meant to be explicitly tagged false
* otherwise.
* @exception IllegalArgumentException if the tagged object cannot be converted.
Expand Down

0 comments on commit 0a24b14

Please sign in to comment.