MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getAlgorithm

Method getAlgorithm

src/main/java/core/org/xbill/DNS/SIGBase.java:124–127  ·  view source on GitHub ↗

Returns the cryptographic algorithm of the key that generated the signature

()

Source from the content-addressed store, hash-verified

122 * Returns the cryptographic algorithm of the key that generated the signature
123 */
124public int
125getAlgorithm() {
126 return alg;
127}
128
129/**
130 * Returns the number of labels in the signed domain name. This may be

Callers 10

digestSIGMethod · 0.45
KeyMismatchExceptionMethod · 0.45
toPublicKeyMethod · 0.45
matchesMethod · 0.45
verifyMethod · 0.45
signMethod · 0.45
signMessageMethod · 0.45
verifyMessageMethod · 0.45
TSIGMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected