public interface KeyInfoGenerator
KeyInfo
based on keying material and other
information found within a Credential
.Modifier and Type | Method and Description |
---|---|
KeyInfo |
generate(Credential credential)
Generate a new KeyInfo object based on keying material and other information within a credential.
|
@Nullable KeyInfo generate(@Nullable Credential credential) throws SecurityException
credential
- the credential containing keying material and possibly other informationSecurityException
- thrown if there is any error generating the new KeyInfo from the credentialCopyright © 2016 JBoss by Red Hat. All rights reserved.