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)
此方法的默认实现返回true,如果subject
非空且至少包含一个主等于本主。
子类可以重写这个与一个不同的实现,如果必要的话。
subject
-
Subject
subject
是非空的,是由这个主真正隐含,否则。
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.