add getPadding()

This commit is contained in:
zzz
2014-08-25 20:32:47 +00:00
parent c5c158e983
commit ddb32c65fb
2 changed files with 8 additions and 0 deletions

View File

@ -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