public class PublicKeyPrincipal
extends java.lang.Object
implements java.security.Principal, java.io.Serializable
| Constructor and Description |
|---|
PublicKeyPrincipal(java.security.PublicKey publicKey) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.security.PublicKey |
getPublicKey() |
void |
setPublicKey(java.security.PublicKey publicKey) |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.