|
Bouncy Castle Cryptography Library 1.71 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.SignatureSubpacket | +--org.bouncycastle.bcpg.sig.RegularExpression
Regexp Packet - RFC 4880 5.2.3.14. Note: the RFC says the byte encoding is to be null terminated.
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
data |
Constructor Summary | |
RegularExpression(boolean critical,
boolean isLongLength,
byte[] data)
|
|
RegularExpression(boolean critical,
java.lang.String regex)
|
Method Summary | |
byte[] |
getRawRegex()
|
java.lang.String |
getRegex()
|
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
encode, equals, getData, getType, hashCode, isCritical, isLongLength |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegularExpression(boolean critical, boolean isLongLength, byte[] data)
public RegularExpression(boolean critical, java.lang.String regex)
Method Detail |
public java.lang.String getRegex()
public byte[] getRawRegex()
|
Bouncy Castle Cryptography Library 1.71 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |