forked from I2P_Developers/i2p.i2p
javadoc fixes part 7 (ticket #1894)
This commit is contained in:
@@ -116,7 +116,7 @@ public class Certificate extends DataStructureImpl {
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws IllegalArgumentException if type < 0
|
||||
* @throws IllegalArgumentException if type < 0
|
||||
*/
|
||||
public Certificate(int type, byte[] payload) {
|
||||
if (type < 0)
|
||||
@@ -131,7 +131,7 @@ public class Certificate extends DataStructureImpl {
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws IllegalArgumentException if type < 0
|
||||
* @throws IllegalArgumentException if type < 0
|
||||
* @throws IllegalStateException if already set
|
||||
*/
|
||||
public void setCertificateType(int type) {
|
||||
|
||||
@@ -253,7 +253,7 @@ public class PrivateKeyFile {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param padding null OK, must be non-null if spubkey length < 128
|
||||
* @param padding null OK, must be non-null if spubkey length < 128
|
||||
* @throws IllegalArgumentException on mismatch of spubkey and spk types
|
||||
* @since 0.9.16
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user