forked from I2P_Developers/i2p.i2p
add getPadding()
This commit is contained in:
@ -77,6 +77,13 @@ public class KeysAndCert extends DataStructureImpl {
|
||||
_signingKey = key;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 0.9.16
|
||||
*/
|
||||
public byte[] getPadding() {
|
||||
return _padding;
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws IllegalStateException if was already set
|
||||
* @since 0.9.12
|
||||
|
Reference in New Issue
Block a user