public interface Principal
X509Certificate
boolean equals(Object another)
equals
在
Object
another
- 与...相比较。
Object.hashCode()
, HashMap
int hashCode()
hashCode
在
Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
String getName()
default boolean implies(Subject subject)
如果subject
不为空,则该方法的默认实现将返回true,并且至少包含一个等于该主体的主体。
如果需要,子类可以用不同的实现覆盖它。
subject
-
Subject
subject
为非空且由本校本所隐含,则为真,否则为false。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.