Uses of Class
org.xbill.DNS.SIGRecord
Packages that use SIGRecord
-
Uses of SIGRecord in org.xbill.DNS
Methods in org.xbill.DNS that return SIGRecordModifier and TypeMethodDescription(package private) static SIGRecordDNSSEC.signMessage(Message message, SIGRecord previous, KEYRecord key, PrivateKey privkey, Instant inception, Instant expiration) Methods in org.xbill.DNS with parameters of type SIGRecordModifier and TypeMethodDescriptionstatic byte[]DNSSEC.digestMessage(SIGRecord sig, Message msg, byte[] previous) Creates a byte array containing the concatenation of the fields of the SIG(0) record and the message to be signed.(package private) static SIGRecordDNSSEC.signMessage(Message message, SIGRecord previous, KEYRecord key, PrivateKey privkey, Instant inception, Instant expiration) static voidSIG0.signMessage(Message message, KEYRecord key, PrivateKey privkey, SIGRecord previous) Sign a message with SIG(0).static voidSIG0.signMessage(Message message, KEYRecord key, PrivateKey privkey, SIGRecord previous, Instant timeSigned) Sign a message with SIG(0).(package private) static voidDNSSEC.verifyMessage(Message message, byte[] bytes, SIGRecord sig, SIGRecord previous, KEYRecord key, Instant now) static voidSIG0.verifyMessage(Message message, byte[] b, KEYRecord key, SIGRecord previous) Verify a message using SIG(0).static voidSIG0.verifyMessage(Message message, byte[] b, KEYRecord key, SIGRecord previous, Instant now) Verify a message using SIG(0).