public interface PublicKeyRecord
Modifier and Type | Method and Description |
---|---|
List<CharSequence> |
getAcceptableHashMethods() |
List<CharSequence> |
getAcceptableKeyTypes() |
List<CharSequence> |
getFlags() |
Pattern |
getGranularityPattern() |
PublicKey |
getPublicKey() |
boolean |
isDenySubdomains() |
boolean |
isHashMethodSupported(CharSequence hash) |
boolean |
isKeyTypeSupported(CharSequence hash) |
boolean |
isTesting() |
void |
validate() |
static final String ANY
void validate()
boolean isHashMethodSupported(CharSequence hash)
boolean isKeyTypeSupported(CharSequence hash)
List<CharSequence> getAcceptableHashMethods()
List<CharSequence> getAcceptableKeyTypes()
Pattern getGranularityPattern()
PublicKey getPublicKey()
List<CharSequence> getFlags()
boolean isTesting()
boolean isDenySubdomains()
Copyright © 2008–2015. All rights reserved.